diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-10-28 16:34:00 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-10-28 16:34:31 +0200 |
commit | 2ac06fa33af1bc373c1ebb904c60eaf4dd4b7857 (patch) | |
tree | d014ba738dc28681d3668c2f40d72000c49da184 /dev-vcs | |
parent | media-sound/sayonara-player: 0.9.2_p8_p20161013 (diff) | |
download | betagarden-2ac06fa33af1bc373c1ebb904c60eaf4dd4b7857.tar.gz betagarden-2ac06fa33af1bc373c1ebb904c60eaf4dd4b7857.tar.bz2 betagarden-2ac06fa33af1bc373c1ebb904c60eaf4dd4b7857.zip |
Bulk update for obsolete python implementations
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/gitscene/gitscene-9999.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/rapidsvn/rapidsvn-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild b/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild index 3103d74..3c9d286 100644 --- a/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild +++ b/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 diff --git a/dev-vcs/gitscene/gitscene-9999.ebuild b/dev-vcs/gitscene/gitscene-9999.ebuild index 98c832b..996258e 100644 --- a/dev-vcs/gitscene/gitscene-9999.ebuild +++ b/dev-vcs/gitscene/gitscene-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit git-2 python-r1 diff --git a/dev-vcs/rapidsvn/rapidsvn-9999.ebuild b/dev-vcs/rapidsvn/rapidsvn-9999.ebuild index 937eb3d..acc8bbb 100644 --- a/dev-vcs/rapidsvn/rapidsvn-9999.ebuild +++ b/dev-vcs/rapidsvn/rapidsvn-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) WX_GTK_VER=2.8 |