diff options
Diffstat (limited to 'sys-fs')
-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 |