diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-04-03 17:44:37 +0200 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-04-07 23:56:40 -0700 |
commit | caeeaa26d5b88873af0772f80961052a3a2fcfb2 (patch) | |
tree | 7ebc3a41e51728176a2ddcfc8fa3f49012b974e4 /sci-libs | |
parent | sys-apps/portage: Bump to version 2.3.97 (diff) | |
download | gentoo-caeeaa26d5b88873af0772f80961052a3a2fcfb2.tar.gz gentoo-caeeaa26d5b88873af0772f80961052a3a2fcfb2.tar.bz2 gentoo-caeeaa26d5b88873af0772f80961052a3a2fcfb2.zip |
sci-libs/scikits_learn: bug fix
fixes missing IUSE="examples" bug
Closes: https://bugs.gentoo.org/716016
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/15215
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/scikits_learn/scikits_learn-0.22.2_p1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/scikits_learn/scikits_learn-0.22.2_p1.ebuild b/sci-libs/scikits_learn/scikits_learn-0.22.2_p1.ebuild index 1bf6679a1b9b..804ed2914a01 100644 --- a/sci-libs/scikits_learn/scikits_learn-0.22.2_p1.ebuild +++ b/sci-libs/scikits_learn/scikits_learn-0.22.2_p1.ebuild @@ -19,8 +19,7 @@ S="${WORKDIR}/${MY_PN}-${MY_PV}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" +IUSE="examples" RDEPEND=" dev-python/wheel[${PYTHON_USEDEP}] |