diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:33:30 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:54:09 +0100 |
commit | 32100e32a0b211f4ec778cb4908e45585e29a36b (patch) | |
tree | baec9c92be2ad66cb79d6ca164918279fdda0077 /sci-geosciences | |
parent | www-servers/tornado: Version Bump (diff) | |
download | gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.tar.gz gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.tar.bz2 gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.zip |
Sanitize virtual namespace of python packages
Rename virtual/MODULE to virtual/python-MODULE
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild b/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild index ac330e0dea6a..a8160b4e8e46 100644 --- a/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild +++ b/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild @@ -25,7 +25,7 @@ COMMON_DEPEND=">=sci-libs/netcdf-4.0.1 >=sci-libs/hdf5-1.6.4 dev-python/numpy[${PYTHON_USEDEP}] dev-python/wxpython:2.8[${PYTHON_USEDEP}] - virtual/pmw[${PYTHON_USEDEP}]" + virtual/python-pmw[${PYTHON_USEDEP}]" DEPEND="${COMMON_DEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${COMMON_DEPEND} |