media-gfx/libimagequant: [QA] Fix UnnecessarySlashStrip
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:22:27 +0000 (17:22 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:22:27 +0000 (17:22 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
media-gfx/libimagequant/libimagequant-2.12.2.ebuild
media-gfx/libimagequant/libimagequant-2.12.3.ebuild

index de044c9bcfc788d924c1aac8c3f166a5e5e8856d..ef2a9b8c654aed0da3a9596943991334a94e4c13 100644 (file)
@@ -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) \
index 0537454266996fd6a430729dcbfa7b6d88979846..c04b34f09632b8379d667715401bf5b26a33f9ac 100644 (file)
@@ -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) \