diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 18:58:16 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 18:58:16 +0200 |
commit | a7b3aee59ee89575f8fd50054330b723ac60342a (patch) | |
tree | d0833562b3c4749da15b4d22bb42fc8561c4d796 /sys-fs/bedup | |
parent | virtual/python-pmw: Support newer python (diff) | |
download | gentoo-a7b3aee59ee89575f8fd50054330b723ac60342a.tar.gz gentoo-a7b3aee59ee89575f8fd50054330b723ac60342a.tar.bz2 gentoo-a7b3aee59ee89575f8fd50054330b723ac60342a.zip |
sys-fs/bedup: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-fs/bedup')
-rw-r--r-- | sys-fs/bedup/bedup-0.10.1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/bedup/bedup-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/bedup/bedup-0.10.1.ebuild b/sys-fs/bedup/bedup-0.10.1.ebuild index 6b27ffea4a6a..ba5aa99cdcf0 100644 --- a/sys-fs/bedup/bedup-0.10.1.ebuild +++ b/sys-fs/bedup/bedup-0.10.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit distutils-r1 vcs-snapshot diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-9999.ebuild index d91b28d61ac6..4157f8268fee 100644 --- a/sys-fs/bedup/bedup-9999.ebuild +++ b/sys-fs/bedup/bedup-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) #if LIVE EGIT_REPO_URI="git://github.com/g2p/bedup.git |