Skip to content

Commit

Permalink
media-gfx/libimagequant: [QA] Fix UnnecessarySlashStrip
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Feb 8, 2020
1 parent 85268cb commit 618e40f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions media-gfx/libimagequant/libimagequant-2.12.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ src_configure() {
tc-export AR CC
# Hand rolled configure script, so not all flags are supported.
./configure \
--prefix="${EPREFIX%/}/usr" \
--libdir="${EPREFIX%/}/usr/$(get_libdir)" \
--prefix="${EPREFIX}/usr" \
--libdir="${EPREFIX}/usr/$(get_libdir)" \
$(use debug && echo --enable-debug) \
$(use_enable cpu_flags_x86_sse2 sse) \
$(use_with openmp) \
Expand Down
4 changes: 2 additions & 2 deletions media-gfx/libimagequant/libimagequant-2.12.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ src_configure() {
tc-export AR CC
# Hand rolled configure script, so not all flags are supported.
./configure \
--prefix="${EPREFIX%/}/usr" \
--libdir="${EPREFIX%/}/usr/$(get_libdir)" \
--prefix="${EPREFIX}/usr" \
--libdir="${EPREFIX}/usr/$(get_libdir)" \
$(use debug && echo --enable-debug) \
$(use_enable cpu_flags_x86_sse2 sse) \
$(use_with openmp) \
Expand Down

0 comments on commit 618e40f

Please sign in to comment.