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 /app-emulation | |
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 'app-emulation')
-rw-r--r-- | app-emulation/lxc/lxc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/lxc/lxc-9999.ebuild b/app-emulation/lxc/lxc-9999.ebuild index 2e3a51d..6f100e3 100644 --- a/app-emulation/lxc/lxc-9999.ebuild +++ b/app-emulation/lxc/lxc-9999.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 MY_P="${P/_/-}" -PYTHON_COMPAT=( python{3_2,3_3,3_4} ) +PYTHON_COMPAT=( python3_{4,5} ) DISTUTILS_OPTIONAL=1 inherit autotools bash-completion-r1 distutils-r1 eutils git-r3 linux-info versionator flag-o-matic systemd |