summaryrefslogtreecommitdiff
path: root/sci-chemistry/relax
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/relax')
-rw-r--r--sci-chemistry/relax/Manifest2
-rw-r--r--sci-chemistry/relax/relax-4.0.0-r3.ebuild (renamed from sci-chemistry/relax/relax-4.0.0-r2.ebuild)10
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-chemistry/relax/Manifest b/sci-chemistry/relax/Manifest
index 9d2df17bb325..f3b0b62ccafa 100644
--- a/sci-chemistry/relax/Manifest
+++ b/sci-chemistry/relax/Manifest
@@ -1,3 +1,3 @@
DIST relax-4.0.0.src.tar.bz2 105659752 BLAKE2B ce5fc9b7f31787f2189e75a543f8ba6fe3cd59ce7382c6c0f79c419b9f71b2d09bd16685e7fed3c9e3205be531efa2a8dc1cce707e77e2386d2a9f7a71b4b0c1 SHA512 28b5ddab2c83f95d7e1a502d05b5d3c93337fece68a1fef95ec8978f61fccf24cb37528cfef27cb20d132033535f4120b23cc76a75f34f52b27df17116351f8e
-EBUILD relax-4.0.0-r2.ebuild 1647 BLAKE2B 47d35d0a658255c16ce7fde5c6afdf1ac80f894e9de57b4a55c7e44c61db164f50511984abbaf1b8ad98bebef132836bcbfcd07d8ddb70f7c5fe17469185df62 SHA512 88d260d222dbd1c25b327aea72e37cacb209d3dd172aefe5c15d5def95905dd7168d75d15cb707ebc4ed3863838e3c6b3a4764679e249f0ad6d689ad7cabe501
+EBUILD relax-4.0.0-r3.ebuild 1760 BLAKE2B 6ea79be4c348069a5cd54ce3f9614d145febcb47a76709b5c45c9400347d9ff035cf6138005a455e2b14c1a6a498cb8ee1fdc76d8c65aa99d82bbba966bd7d16 SHA512 c3a59cbba651f752650d840b60dfda46ceb7f6f2673607e8e1b8f1265ff3595116f64830b3e00ee42a017ecd54cf27d008c841048f302a09a2c2abb87326a204
MISC metadata.xml 1373 BLAKE2B d5a9e36f0412ef757a23aa4991986bdc394edc035f59b0206b246affc884417eb8446a598b23054972c97dc5d883cd0242e306f9e8d61620c144939845c0bcf1 SHA512 575ccfdae744fc5d97e795a22989b377954edeacb8ec4887d987a59af813f126551743c4b29b9c2b4a26a1840f05d42fb26fd39b7ae9b38e24373fab18c0270e
diff --git a/sci-chemistry/relax/relax-4.0.0-r2.ebuild b/sci-chemistry/relax/relax-4.0.0-r3.ebuild
index 606c454f1b12..28b0f5d9da67 100644
--- a/sci-chemistry/relax/relax-4.0.0-r2.ebuild
+++ b/sci-chemistry/relax/relax-4.0.0-r3.ebuild
@@ -24,7 +24,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
dev-python/Numdifftools[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
+ || (
+ dev-python/matplotlib-python2[${PYTHON_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ )
|| (
dev-python/numpy-python2[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
@@ -35,7 +38,10 @@ RDEPEND="
sci-chemistry/vmd
>=sci-libs/bmrblib-1.0.3[${PYTHON_USEDEP}]
>=sci-libs/minfx-1.0.11[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]
+ || (
+ sci-libs/scipy-python2[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]
+ )
sci-visualization/grace
sci-visualization/opendx
x11-libs/wxGTK:${WX_GTK_VER}[X]"