commit: 3d10ae9219795891c021fa04deeecaf9873ae68b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Mar 28 16:20:55 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 28 16:27:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d10ae92
app-backup/duplicity: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-backup/duplicity/duplicity-0.8.09-r1.ebuild | 2 +- app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild | 2 +- app-backup/duplicity/duplicity-0.8.11.1596.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild index d0a0bbcc793..6507cb77f9b 100644 --- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild +++ b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild index f10cb3f300f..3f789257f08 100644 --- a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild +++ b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 diff --git a/app-backup/duplicity/duplicity-0.8.11.1596.ebuild b/app-backup/duplicity/duplicity-0.8.11.1596.ebuild index 8482e3100d2..f9ce35aa987 100644 --- a/app-backup/duplicity/duplicity-0.8.11.1596.ebuild +++ b/app-backup/duplicity/duplicity-0.8.11.1596.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1
