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 A8B89138331 for ; Fri, 6 Apr 2018 02:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D518BE0938; Fri, 6 Apr 2018 02:37:19 +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 B3720E0932 for ; Fri, 6 Apr 2018 02:37:19 +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 2A980335C4A for ; Fri, 6 Apr 2018 02:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BABA627B for ; Fri, 6 Apr 2018 02:37:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1522981509.ddc6cf7dc3e3d8296cfd63ff287191c9b73050e3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandas/pandas-9999.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ddc6cf7dc3e3d8296cfd63ff287191c9b73050e3 X-VCS-Branch: master Date: Fri, 6 Apr 2018 02:37:16 +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-Archives-Salt: 8d269faf-2561-47a9-9b55-f9962405d68f X-Archives-Hash: cd54859080b81f464ed797ec3dbba6fa commit: ddc6cf7dc3e3d8296cfd63ff287191c9b73050e3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 02:25:09 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 02:25:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc6cf7d dev-python/pandas: Sort IUSE, drop -USE Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/pandas/pandas-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pandas/pandas-9999.ebuild b/dev-python/pandas/pandas-9999.ebuild index 7bab20c3e56..3febc683480 100644 --- a/dev-python/pandas/pandas-9999.ebuild +++ b/dev-python/pandas/pandas-9999.ebuild @@ -18,7 +18,7 @@ EGIT_REPO_URI="https://github.com/pydata/pandas.git" SLOT="0" LICENSE="BSD" KEYWORDS="" -IUSE="doc -minimal full-support test X" +IUSE="doc full-support minimal test X" MINIMAL_DEPEND=" >dev-python/numpy-1.7[${PYTHON_USEDEP}]