commit:     983bf766cdf006cd6b1ae983f43357bb13f24d3a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 16:51:45 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 16:51:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983bf766

media-gfx/opentoonz: [QA] Fix UnnecessarySlashStrip

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-gfx/opentoonz/opentoonz-1.1.2.ebuild    | 4 ++--
 media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild | 4 ++--
 media-gfx/opentoonz/opentoonz-1.3.0-r1.ebuild | 4 ++--
 media-gfx/opentoonz/opentoonz-1.3.0.ebuild    | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-gfx/opentoonz/opentoonz-1.1.2.ebuild 
b/media-gfx/opentoonz/opentoonz-1.1.2.ebuild
index ed5cd3d6884..41ec70caafc 100644
--- a/media-gfx/opentoonz/opentoonz-1.1.2.ebuild
+++ b/media-gfx/opentoonz/opentoonz-1.1.2.ebuild
@@ -54,8 +54,8 @@ src_configure()
 {
        local mycmakeargs=(
                
-DTIFF_LIBRARY="${S}/thirdparty/tiff-4.0.3/libtiff/.libs/libtiff.a"
-               -DSUPERLU_INCLUDE_DIR="${EPREFIX%/}/usr/include/superlu"
-               -DLZO_INCLUDE_DIR="${EPREFIX%/}/usr/include/lzo"
+               -DSUPERLU_INCLUDE_DIR="${EPREFIX}/usr/include/superlu"
+               -DLZO_INCLUDE_DIR="${EPREFIX}/usr/include/lzo"
                -DCMAKE_SKIP_RPATH=ON
        )
 

diff --git a/media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild 
b/media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild
index bcb59bf1a28..8906b6e2ae5 100644
--- a/media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild
+++ b/media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild
@@ -53,8 +53,8 @@ src_configure()
 {
        local mycmakeargs=(
                
-DTIFF_LIBRARY="${S}/thirdparty/tiff-4.0.3/libtiff/.libs/libtiff.a"
-               -DSUPERLU_INCLUDE_DIR="${EPREFIX%/}/usr/include/superlu"
-               -DLZO_INCLUDE_DIR="${EPREFIX%/}/usr/include/lzo"
+               -DSUPERLU_INCLUDE_DIR="${EPREFIX}/usr/include/superlu"
+               -DLZO_INCLUDE_DIR="${EPREFIX}/usr/include/lzo"
                -DCMAKE_SKIP_RPATH=ON
        )
 

diff --git a/media-gfx/opentoonz/opentoonz-1.3.0-r1.ebuild 
b/media-gfx/opentoonz/opentoonz-1.3.0-r1.ebuild
index 9921de91c2f..7f206e2ccf0 100644
--- a/media-gfx/opentoonz/opentoonz-1.3.0-r1.ebuild
+++ b/media-gfx/opentoonz/opentoonz-1.3.0-r1.ebuild
@@ -52,8 +52,8 @@ CMAKE_USE_DIR="${S}"/toonz/sources
 src_configure() {
        local mycmakeargs=(
                
-DTIFF_LIBRARY="${S}/thirdparty/tiff-4.0.3/libtiff/.libs/libtiff.a"
-               -DSUPERLU_INCLUDE_DIR="${EPREFIX%/}/usr/include/superlu"
-               -DLZO_INCLUDE_DIR="${EPREFIX%/}/usr/include/lzo"
+               -DSUPERLU_INCLUDE_DIR="${EPREFIX}/usr/include/superlu"
+               -DLZO_INCLUDE_DIR="${EPREFIX}/usr/include/lzo"
                -DCMAKE_SKIP_RPATH=ON
        )
 

diff --git a/media-gfx/opentoonz/opentoonz-1.3.0.ebuild 
b/media-gfx/opentoonz/opentoonz-1.3.0.ebuild
index a73803cb0e0..760fe526d49 100644
--- a/media-gfx/opentoonz/opentoonz-1.3.0.ebuild
+++ b/media-gfx/opentoonz/opentoonz-1.3.0.ebuild
@@ -52,8 +52,8 @@ CMAKE_USE_DIR="${S}"/toonz/sources
 src_configure() {
        local mycmakeargs=(
                
-DTIFF_LIBRARY="${S}/thirdparty/tiff-4.0.3/libtiff/.libs/libtiff.a"
-               -DSUPERLU_INCLUDE_DIR="${EPREFIX%/}/usr/include/superlu"
-               -DLZO_INCLUDE_DIR="${EPREFIX%/}/usr/include/lzo"
+               -DSUPERLU_INCLUDE_DIR="${EPREFIX}/usr/include/superlu"
+               -DLZO_INCLUDE_DIR="${EPREFIX}/usr/include/lzo"
                -DCMAKE_SKIP_RPATH=ON
        )
 

Reply via email to