commit: 3f8826c867bbfbdd73406da1986864e7558a334e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Jun 5 22:03:51 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jun 5 22:36:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8826c8
sci-libs/dlib: Add REQUIRED_USE="python? ( png )" Closes: https://bugs.gentoo.org/690718 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-libs/dlib/dlib-19.16-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/dlib/dlib-19.16-r1.ebuild b/sci-libs/dlib/dlib-19.16-r1.ebuild index 8baa4aca61b..5b0ca7e80ee 100644 --- a/sci-libs/dlib/dlib-19.16-r1.ebuild +++ b/sci-libs/dlib/dlib-19.16-r1.ebuild @@ -15,7 +15,7 @@ LICENSE="Boost-1.0" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cblas cuda debug examples gif jpeg lapack mkl png python sqlite test X cpu_flags_x86_avx cpu_flags_x86_sse2 cpu_flags_x86_sse4_1" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="python? ( png ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )"
