diff options
author | 2015-04-08 11:27:07 +0200 | |
---|---|---|
committer | 2015-04-08 11:27:07 +0200 | |
commit | 53c3abab592fb0a0fcd3690917748fe901d9889e (patch) | |
tree | 6dd61f8557757dd617d3a210bfc3c5caa4e94c65 /app-portage/g-octave | |
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 'app-portage/g-octave')
-rw-r--r-- | app-portage/g-octave/g-octave-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/g-octave/g-octave-9999.ebuild b/app-portage/g-octave/g-octave-9999.ebuild index 102947c82..efc119bd5 100644 --- a/app-portage/g-octave/g-octave-9999.ebuild +++ b/app-portage/g-octave/g-octave-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 git-r3 |