summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-06 04:25:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-06 04:25:09 +0200
commitddc6cf7dc3e3d8296cfd63ff287191c9b73050e3 (patch)
tree7b82869a4c35f17e46416dcc4b1c83ed0e037bf8
parentdev-python/pandas: One line per dep (diff)
downloadgentoo-ddc6cf7d.tar.gz
gentoo-ddc6cf7d.tar.bz2
gentoo-ddc6cf7d.zip
dev-python/pandas: Sort IUSE, drop -USE
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--dev-python/pandas/pandas-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pandas/pandas-9999.ebuild b/dev-python/pandas/pandas-9999.ebuild
index 7bab20c3e56e..3febc683480c 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}]