mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user