sci-libs/scikits_learn: bug fix
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>
Fri, 3 Apr 2020 15:44:37 +0000 (17:44 +0200)
committerPatrick McLean <chutzpah@gentoo.org>
Wed, 8 Apr 2020 06:56:40 +0000 (23:56 -0700)
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>
sci-libs/scikits_learn/scikits_learn-0.22.2_p1.ebuild

index 1bf6679a1b9b1ddd60377d1ae4e880e1b97d84ad..804ed2914a01838845130e52887f09fc2b2b94c6 100644 (file)
@@ -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}]