summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/pngquant')
-rw-r--r--media-gfx/pngquant/pngquant-2.12.6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/pngquant/pngquant-2.12.6.ebuild b/media-gfx/pngquant/pngquant-2.12.6.ebuild
index a3698ccb13ac..2fed8ebcbef0 100644
--- a/media-gfx/pngquant/pngquant-2.12.6.ebuild
+++ b/media-gfx/pngquant/pngquant-2.12.6.ebuild
@@ -12,7 +12,9 @@ SRC_URI="https://github.com/kornelski/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3 HPND rwpng"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
IUSE="cpu_flags_x86_sse2 debug lcms openmp test"
+REQUIRED_USE="test? ( lcms )"
RDEPEND="
media-libs/libpng:0=
@@ -21,7 +23,6 @@ RDEPEND="
lcms? ( media-libs/lcms:2 )
"
DEPEND="${RDEPEND}
- test? ( media-libs/lcms:2 )
virtual/pkgconfig
"