diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-06 00:03:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-06 00:36:02 +0200 |
commit | 3f8826c867bbfbdd73406da1986864e7558a334e (patch) | |
tree | 9f266b209d127bb6df93bf08f00158e10bc0640c /sci-libs/dlib | |
parent | sci-libs/dlib: EAPI-7 bump, cmake.eclass, drop IUSE="static-libs" (diff) | |
download | gentoo-3f8826c867bbfbdd73406da1986864e7558a334e.tar.gz gentoo-3f8826c867bbfbdd73406da1986864e7558a334e.tar.bz2 gentoo-3f8826c867bbfbdd73406da1986864e7558a334e.zip |
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@gentoo.org>
Diffstat (limited to 'sci-libs/dlib')
-rw-r--r-- | sci-libs/dlib/dlib-19.16-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/dlib/dlib-19.16-r1.ebuild b/sci-libs/dlib/dlib-19.16-r1.ebuild index 8baa4aca61bc..5b0ca7e80ee9 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 )" |