mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
Patrick McLean
parent
b7ff1f6c1b
commit
caeeaa26d5
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user