Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/opentoonz/
Date: Sat, 08 Feb 2020 16:53:28
Message-Id: 1581180705.983bf766cdf006cd6b1ae983f43357bb13f24d3a.soap@gentoo
1 commit: 983bf766cdf006cd6b1ae983f43357bb13f24d3a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 16:51:45 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 16:51:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983bf766
7
8 media-gfx/opentoonz: [QA] Fix UnnecessarySlashStrip
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 media-gfx/opentoonz/opentoonz-1.1.2.ebuild | 4 ++--
13 media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild | 4 ++--
14 media-gfx/opentoonz/opentoonz-1.3.0-r1.ebuild | 4 ++--
15 media-gfx/opentoonz/opentoonz-1.3.0.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/media-gfx/opentoonz/opentoonz-1.1.2.ebuild b/media-gfx/opentoonz/opentoonz-1.1.2.ebuild
19 index ed5cd3d6884..41ec70caafc 100644
20 --- a/media-gfx/opentoonz/opentoonz-1.1.2.ebuild
21 +++ b/media-gfx/opentoonz/opentoonz-1.1.2.ebuild
22 @@ -54,8 +54,8 @@ src_configure()
23 {
24 local mycmakeargs=(
25 -DTIFF_LIBRARY="${S}/thirdparty/tiff-4.0.3/libtiff/.libs/libtiff.a"
26 - -DSUPERLU_INCLUDE_DIR="${EPREFIX%/}/usr/include/superlu"
27 - -DLZO_INCLUDE_DIR="${EPREFIX%/}/usr/include/lzo"
28 + -DSUPERLU_INCLUDE_DIR="${EPREFIX}/usr/include/superlu"
29 + -DLZO_INCLUDE_DIR="${EPREFIX}/usr/include/lzo"
30 -DCMAKE_SKIP_RPATH=ON
31 )
32
33
34 diff --git a/media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild b/media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild
35 index bcb59bf1a28..8906b6e2ae5 100644
36 --- a/media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild
37 +++ b/media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild
38 @@ -53,8 +53,8 @@ src_configure()
39 {
40 local mycmakeargs=(
41 -DTIFF_LIBRARY="${S}/thirdparty/tiff-4.0.3/libtiff/.libs/libtiff.a"
42 - -DSUPERLU_INCLUDE_DIR="${EPREFIX%/}/usr/include/superlu"
43 - -DLZO_INCLUDE_DIR="${EPREFIX%/}/usr/include/lzo"
44 + -DSUPERLU_INCLUDE_DIR="${EPREFIX}/usr/include/superlu"
45 + -DLZO_INCLUDE_DIR="${EPREFIX}/usr/include/lzo"
46 -DCMAKE_SKIP_RPATH=ON
47 )
48
49
50 diff --git a/media-gfx/opentoonz/opentoonz-1.3.0-r1.ebuild b/media-gfx/opentoonz/opentoonz-1.3.0-r1.ebuild
51 index 9921de91c2f..7f206e2ccf0 100644
52 --- a/media-gfx/opentoonz/opentoonz-1.3.0-r1.ebuild
53 +++ b/media-gfx/opentoonz/opentoonz-1.3.0-r1.ebuild
54 @@ -52,8 +52,8 @@ CMAKE_USE_DIR="${S}"/toonz/sources
55 src_configure() {
56 local mycmakeargs=(
57 -DTIFF_LIBRARY="${S}/thirdparty/tiff-4.0.3/libtiff/.libs/libtiff.a"
58 - -DSUPERLU_INCLUDE_DIR="${EPREFIX%/}/usr/include/superlu"
59 - -DLZO_INCLUDE_DIR="${EPREFIX%/}/usr/include/lzo"
60 + -DSUPERLU_INCLUDE_DIR="${EPREFIX}/usr/include/superlu"
61 + -DLZO_INCLUDE_DIR="${EPREFIX}/usr/include/lzo"
62 -DCMAKE_SKIP_RPATH=ON
63 )
64
65
66 diff --git a/media-gfx/opentoonz/opentoonz-1.3.0.ebuild b/media-gfx/opentoonz/opentoonz-1.3.0.ebuild
67 index a73803cb0e0..760fe526d49 100644
68 --- a/media-gfx/opentoonz/opentoonz-1.3.0.ebuild
69 +++ b/media-gfx/opentoonz/opentoonz-1.3.0.ebuild
70 @@ -52,8 +52,8 @@ CMAKE_USE_DIR="${S}"/toonz/sources
71 src_configure() {
72 local mycmakeargs=(
73 -DTIFF_LIBRARY="${S}/thirdparty/tiff-4.0.3/libtiff/.libs/libtiff.a"
74 - -DSUPERLU_INCLUDE_DIR="${EPREFIX%/}/usr/include/superlu"
75 - -DLZO_INCLUDE_DIR="${EPREFIX%/}/usr/include/lzo"
76 + -DSUPERLU_INCLUDE_DIR="${EPREFIX}/usr/include/superlu"
77 + -DLZO_INCLUDE_DIR="${EPREFIX}/usr/include/lzo"
78 -DCMAKE_SKIP_RPATH=ON
79 )