diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-13 09:31:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-13 09:31:56 +0200 |
commit | ce6299d7b171db80f90f1fd2637142876ab0fcd2 (patch) | |
tree | 5eda24e8891d589e6e1e94b4ec6fc1ccf1b98437 /sci-libs/dlib | |
parent | sci-electronics/klayout: Add missing PYTHON_REQUIRED_USE to 0.25.6 (diff) | |
download | gentoo-ce6299d7b171db80f90f1fd2637142876ab0fcd2.tar.gz gentoo-ce6299d7b171db80f90f1fd2637142876ab0fcd2.tar.bz2 gentoo-ce6299d7b171db80f90f1fd2637142876ab0fcd2.zip |
sci-libs/dlib: Add missing PYTHON_REQUIRED_USE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/dlib')
-rw-r--r-- | sci-libs/dlib/dlib-19.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/dlib/dlib-19.9.ebuild b/sci-libs/dlib/dlib-19.9.ebuild index 555dc500ca7d..28049b0cd64a 100644 --- a/sci-libs/dlib/dlib-19.9.ebuild +++ b/sci-libs/dlib/dlib-19.9.ebuild @@ -13,6 +13,7 @@ LICENSE="Boost-1.0" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cblas debug cuda examples gif jpeg lapack mkl png python sqlite static-libs test X" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # doc needs a bunch of deps not in portage |