From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D116D138350 for ; Wed, 8 Apr 2020 06:56:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26742E09F5; Wed, 8 Apr 2020 06:56:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CB41E09F5 for ; Wed, 8 Apr 2020 06:56:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC91734F11F for ; Wed, 8 Apr 2020 06:56:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 652D29D for ; Wed, 8 Apr 2020 06:56:49 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1586329000.caeeaa26d5b88873af0772f80961052a3a2fcfb2.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_learn/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scikits_learn/scikits_learn-0.22.2_p1.ebuild X-VCS-Directories: sci-libs/scikits_learn/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: caeeaa26d5b88873af0772f80961052a3a2fcfb2 X-VCS-Branch: master Date: Wed, 8 Apr 2020 06:56:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a8a573e-ad6d-4af0-83aa-5d98e21bfeec X-Archives-Hash: b1af5e59a044eaa4a3c18a56ced0c7a9 commit: caeeaa26d5b88873af0772f80961052a3a2fcfb2 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Apr 3 15:44:37 2020 +0000 Commit: Patrick McLean gentoo 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 riseup.net> Closes: https://github.com/gentoo/gentoo/pull/15215 Signed-off-by: Patrick McLean 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}]