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>
This commit is contained in:
Andrew Ammerlaan
2020-04-03 17:44:37 +02:00
committed by Patrick McLean
parent b7ff1f6c1b
commit caeeaa26d5

View 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}]