diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-25 08:27:36 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-25 08:27:36 +0100 |
commit | 4e811f86ea55c9fa4c4812e980c6ec2fc59fa5e6 (patch) | |
tree | 0e16164b23b47613215ba6c0dca27919322b857d /media-libs/jasper | |
parent | media-libs/jasper: Synced live ebuild. (diff) | |
download | gentoo-4e811f86ea55c9fa4c4812e980c6ec2fc59fa5e6.tar.gz gentoo-4e811f86ea55c9fa4c4812e980c6ec2fc59fa5e6.tar.bz2 gentoo-4e811f86ea55c9fa4c4812e980c6ec2fc59fa5e6.zip |
media-libs/jasper: Removed "test" USE flag
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs/jasper')
-rw-r--r-- | media-libs/jasper/jasper-2.0.15-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/jasper/jasper-9999.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/media-libs/jasper/jasper-2.0.15-r1.ebuild b/media-libs/jasper/jasper-2.0.15-r1.ebuild index 78b6c6fd9fc4..e38d99a4ea70 100644 --- a/media-libs/jasper/jasper-2.0.15-r1.ebuild +++ b/media-libs/jasper/jasper-2.0.15-r1.ebuild @@ -22,7 +22,7 @@ fi LICENSE="JasPer2.0" SLOT="0/4" -IUSE="doc jpeg opengl test" +IUSE="doc jpeg opengl" RDEPEND=" jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) @@ -60,8 +60,6 @@ multilib_src_configure() { # Doxygen -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(multilib_native_usex doc OFF ON) - - #-DJAS_ENABLE_PROGRAMS=$(usex test) ) cmake-utils_src_configure } diff --git a/media-libs/jasper/jasper-9999.ebuild b/media-libs/jasper/jasper-9999.ebuild index 78b6c6fd9fc4..e38d99a4ea70 100644 --- a/media-libs/jasper/jasper-9999.ebuild +++ b/media-libs/jasper/jasper-9999.ebuild @@ -22,7 +22,7 @@ fi LICENSE="JasPer2.0" SLOT="0/4" -IUSE="doc jpeg opengl test" +IUSE="doc jpeg opengl" RDEPEND=" jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) @@ -60,8 +60,6 @@ multilib_src_configure() { # Doxygen -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(multilib_native_usex doc OFF ON) - - #-DJAS_ENABLE_PROGRAMS=$(usex test) ) cmake-utils_src_configure } |