Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716016 - sci-libs/scikits_learn-0.22.2_p1 ebuild needs to add "examples" to IUSE
Summary: sci-libs/scikits_learn-0.22.2_p1 ebuild needs to add "examples" to IUSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-04-03 11:29 UTC by Helmut Jarausch
Modified: 2020-04-08 06:56 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2020-04-03 11:29:05 UTC
Replace
IUSE="test"
with
IUSE="examples test"
Comment 1 alexander haensch 2020-04-03 11:41:04 UTC
Yes. It works withe the changes.
Comment 2 Nowa Ammerlaan gentoo-dev 2020-04-03 15:37:39 UTC
the ebuild uses `distutils_enable_tests pytest`
which already adds this:

IUSE="test"
RESTRICT="!test? ( test )"

so there's no need to specify that

the whole thing can just be replaced with

IUSE="examples"
Comment 3 Horea Christian 2020-04-08 02:09:08 UTC
Can confirm the IUSE issue.
Comment 4 Larry the Git Cow gentoo-dev 2020-04-08 06:56:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caeeaa26d5b88873af0772f80961052a3a2fcfb2

commit caeeaa26d5b88873af0772f80961052a3a2fcfb2
Author:     Andrew Ammerlaan <andrewammerlaan@riseup.net>
AuthorDate: 2020-04-03 15:44:37 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2020-04-08 06:56:40 +0000

    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>

 sci-libs/scikits_learn/scikits_learn-0.22.2_p1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)