diff options
Diffstat (limited to 'sci-chemistry/chemex')
-rw-r--r-- | sci-chemistry/chemex/Manifest | 2 | ||||
-rw-r--r-- | sci-chemistry/chemex/chemex-0.6.1-r3.ebuild (renamed from sci-chemistry/chemex/chemex-0.6.1-r2.ebuild) | 30 |
2 files changed, 16 insertions, 16 deletions
diff --git a/sci-chemistry/chemex/Manifest b/sci-chemistry/chemex/Manifest index 6992b72c5e83..6474026f3896 100644 --- a/sci-chemistry/chemex/Manifest +++ b/sci-chemistry/chemex/Manifest @@ -1,3 +1,3 @@ DIST chemex-0.6.1.tar.gz 1449216 BLAKE2B 6b7f7597b09cd43b9bec89b6359d1f650fdd7d4f3a373e706da80dafaf438417458f34af6bc378442b5b4a84cb8222103ebc8026c85583e8dece3fad0dc77204 SHA512 40f538ef9c162759c7a6863886da8d46746ac362fc19154f0a5f3dd8703f7fea7397c3f34092c86dbce486c452e0d3b09a76e4c11ae119834d7ca4912e7f3fdf -EBUILD chemex-0.6.1-r2.ebuild 1002 BLAKE2B 0122f5cd2ec6e61f8d24b6aa14b84e707e9344ee0dbef42eccf3a07354c36d5ac22d5be33eb390da4ff1cf9299fe47f6be4d77e1489e70fb1a9d6fd43ae89d67 SHA512 c7c5cd0a21032aa0f18ebffba48739f29a2511e387ca3ec53dc7495cac63dfb2527841a2454030179cfc217f87c29351d91b0ae2e8b038c6f87e4e644964fed7 +EBUILD chemex-0.6.1-r3.ebuild 1037 BLAKE2B 8d1d5ed8e4aea24247816a7db54644e421e720cc86e469abc62b3f0c61ad1b3178ecd6ab6318d0419f1e6d27796526f42c68f95574d65594c681142f64f71cd9 SHA512 5d0b85517336e7c47de49a0f5cc061c4eb46e6b6f02eff6d964e467cef78d19077635140d0150ad3cec698d5e98d1fae4abebcce834e1b31b485fe3b52efa75e MISC metadata.xml 216 BLAKE2B 0fbfa16661345362ff89f87adc0bb42fc5f5c9145cdedb36f3f537b39af4023b91c4dfb0d8e83a4f9ac963141f594ba8ae678371c338d992a96e02c11fd84195 SHA512 628a69805356b7458edaa2297901224178b016477a937f77e692a78ce3e7a0b6d2d7b4c4b7e70d0185d7112e6a59a5131e07d8c950e90b9c8722471d7511afc6 diff --git a/sci-chemistry/chemex/chemex-0.6.1-r2.ebuild b/sci-chemistry/chemex/chemex-0.6.1-r3.ebuild index 0b85b22ffc3d..c6facbd71020 100644 --- a/sci-chemistry/chemex/chemex-0.6.1-r2.ebuild +++ b/sci-chemistry/chemex/chemex-0.6.1-r3.ebuild @@ -17,22 +17,22 @@ KEYWORDS="~amd64" IUSE="" RDEPEND=" - || ( - >=dev-python/matplotlib-python2-1.1[${PYTHON_USEDEP}] - >=dev-python/matplotlib-1.1[${PYTHON_USEDEP}] - ) - || ( - dev-python/numpy-python2[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - ) - || ( - >=sci-libs/scipy-python2-0.11[${PYTHON_USEDEP}] - >=sci-libs/scipy-0.11[${PYTHON_USEDEP}] - ) -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + || ( + >=dev-python/matplotlib-python2-1.1[${PYTHON_MULTI_USEDEP}] + >=dev-python/matplotlib-1.1[${PYTHON_MULTI_USEDEP}] + ) + || ( + dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}] + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ) + || ( + >=sci-libs/scipy-python2-0.11[${PYTHON_MULTI_USEDEP}] + >=sci-libs/scipy-0.11[${PYTHON_MULTI_USEDEP}] + ) + ') " +DEPEND="${RDEPEND}" src_prepare() { # Fix quotes to detect the version properly |