diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-04-08 11:27:07 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-04-08 11:27:07 +0200 |
commit | 53c3abab592fb0a0fcd3690917748fe901d9889e (patch) | |
tree | 6dd61f8557757dd617d3a210bfc3c5caa4e94c65 /sci-chemistry/phenix-bin | |
parent | dev-python/omniorbpy: Fix python dependency (diff) | |
download | sci-53c3abab592fb0a0fcd3690917748fe901d9889e.tar.gz sci-53c3abab592fb0a0fcd3690917748fe901d9889e.tar.bz2 sci-53c3abab592fb0a0fcd3690917748fe901d9889e.zip |
Drop old python implementations
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry/phenix-bin')
-rw-r--r-- | sci-chemistry/phenix-bin/phenix-bin-1.8.2.1309.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/phenix-bin/phenix-bin-1.8.4.1496.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/phenix-bin/phenix-bin-1.8.2.1309.ebuild b/sci-chemistry/phenix-bin/phenix-bin-1.8.2.1309.ebuild index 07737df46..3be483d54 100644 --- a/sci-chemistry/phenix-bin/phenix-bin-1.8.2.1309.ebuild +++ b/sci-chemistry/phenix-bin/phenix-bin-1.8.2.1309.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 versionator diff --git a/sci-chemistry/phenix-bin/phenix-bin-1.8.4.1496.ebuild b/sci-chemistry/phenix-bin/phenix-bin-1.8.4.1496.ebuild index 9219d5e6c..277160561 100644 --- a/sci-chemistry/phenix-bin/phenix-bin-1.8.4.1496.ebuild +++ b/sci-chemistry/phenix-bin/phenix-bin-1.8.4.1496.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) WX_GTK_VER=2.8 |