commit:     caeeaa26d5b88873af0772f80961052a3a2fcfb2
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Apr  3 15:44:37 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Apr  8 06:56:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caeeaa26

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 <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/15215
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 sci-libs/scikits_learn/scikits_learn-0.22.2_p1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 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 1bf6679a1b9..804ed2914a0 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}]

Reply via email to