diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 04:25:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 04:25:09 +0200 |
commit | ddc6cf7dc3e3d8296cfd63ff287191c9b73050e3 (patch) | |
tree | 7b82869a4c35f17e46416dcc4b1c83ed0e037bf8 /dev-python/pandas | |
parent | dev-python/pandas: One line per dep (diff) | |
download | gentoo-ddc6cf7dc3e3d8296cfd63ff287191c9b73050e3.tar.gz gentoo-ddc6cf7dc3e3d8296cfd63ff287191c9b73050e3.tar.bz2 gentoo-ddc6cf7dc3e3d8296cfd63ff287191c9b73050e3.zip |
dev-python/pandas: Sort IUSE, drop -USE
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-python/pandas')
-rw-r--r-- | dev-python/pandas/pandas-9999.ebuild | 2 |
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}] |