commit: 5bd3540ecd75a502161a5b7faed02f4cbf6fb5ad Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Jun 14 17:54:16 2020 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Jun 14 17:54:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd3540e
media-gfx/pngquant: tests require to be built with lcms support Closes: https://bugs.gentoo.org/718980 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> media-gfx/pngquant/pngquant-2.12.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/pngquant/pngquant-2.12.6.ebuild b/media-gfx/pngquant/pngquant-2.12.6.ebuild index a3698ccb13a..2fed8ebcbef 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 "
