summaryrefslogtreecommitdiff
path: root/sci-chemistry/nmrdepaker
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
commit71deace00d1a2b091313fe137ab7092418c6f87c (patch)
tree9f1f0dee23e13658e52f49437befe78427148c51 /sci-chemistry/nmrdepaker
parent29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff)
gentoo resync : 10.02.2020
Diffstat (limited to 'sci-chemistry/nmrdepaker')
-rw-r--r--sci-chemistry/nmrdepaker/Manifest2
-rw-r--r--sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild (renamed from sci-chemistry/nmrdepaker/nmrdepaker-1.0-r2.ebuild)20
2 files changed, 12 insertions, 10 deletions
diff --git a/sci-chemistry/nmrdepaker/Manifest b/sci-chemistry/nmrdepaker/Manifest
index a3f94f72a9a2..0348215f3e6d 100644
--- a/sci-chemistry/nmrdepaker/Manifest
+++ b/sci-chemistry/nmrdepaker/Manifest
@@ -1,3 +1,3 @@
DIST nmrdepaker-1.0.tar.gz 2233765 BLAKE2B 9b638a36fc50d7c020d56833b6ca78d7079ad357f42431088c4c0735b7e9ce63a0e6318915ec751b42e6628c0da76b93ca16ffea1ffe6b311480e8d278ce1a1a SHA512 9d1a9048a85f85eacaeeb582c5550345efa673b1f517dad121e2b2e19125f93e71a26f2f8240ea9b8a06489814eb833e7b3653f882a46bad699b01fd1aa4299f
-EBUILD nmrdepaker-1.0-r2.ebuild 920 BLAKE2B 684f7f2a3475a04abf4592da1b70033a2c7c9f29ef99be234a927555e39f3d4a3241968e4ac7ed1c23cfb37d99c97c407251e933a7bec61c0ebd7d0a38a84dd1 SHA512 f1bf2fa3827f1f161447b439d82599ee2fd7628e96aea35fba9019dd350efa6816b1a351d3e80d4182462b0e5b3ff0629edebee38f24011d9cdfe792cbec1ca4
+EBUILD nmrdepaker-1.0-r3.ebuild 988 BLAKE2B 37878502c166f163c8d0288635cfe01b9b05e2752424203f4cc327bf3309a62d054f44acaebdd5f5a6c2b8baf2216635e5bc5e72ac6af3e8f2b89105f388db50 SHA512 60ce7c8c486d15fd717705b007629d311ce7520e422806f347a14b6bb546c657fb0241f79371a7ec8e4ff37d24aa1fc5bea54a1a7d1ea8f416a06d2077cdeb0a
MISC metadata.xml 216 BLAKE2B 0fbfa16661345362ff89f87adc0bb42fc5f5c9145cdedb36f3f537b39af4023b91c4dfb0d8e83a4f9ac963141f594ba8ae678371c338d992a96e02c11fd84195 SHA512 628a69805356b7458edaa2297901224178b016477a937f77e692a78ce3e7a0b6d2d7b4c4b7e70d0185d7112e6a59a5131e07d8c950e90b9c8722471d7511afc6
diff --git a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r2.ebuild b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild
index 043fd37324eb..66a98a99cef1 100644
--- a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r2.ebuild
+++ b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild
@@ -17,15 +17,17 @@ KEYWORDS="~amd64"
IUSE=""
RDEPEND="
- || (
- >=dev-python/matplotlib-python2-0.98.5[gtk2,${PYTHON_USEDEP}]
- >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_USEDEP}]
- )
- || (
- dev-python/numpy-python2[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.2[${PYTHON_USEDEP}]
- )
- >=dev-python/pygtk-2.12:2[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ || (
+ >=dev-python/matplotlib-python2-0.98.5[gtk2,${PYTHON_MULTI_USEDEP}]
+ >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_MULTI_USEDEP}]
+ )
+ || (
+ dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}]
+ >=dev-python/numpy-1.2[${PYTHON_MULTI_USEDEP}]
+ )
+ >=dev-python/pygtk-2.12:2[${PYTHON_MULTI_USEDEP}]
+ ')
"
DEPEND="${RDEPEND}"