diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 17:20:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 17:27:48 +0100 |
commit | 3d10ae9219795891c021fa04deeecaf9873ae68b (patch) | |
tree | 14f1bd30ca32ff34e47500c8a61aa8f2e65052b7 /app-backup | |
parent | app-backup/duplicity: Remove old (py2) (diff) | |
download | gentoo-3d10ae9219795891c021fa04deeecaf9873ae68b.tar.gz gentoo-3d10ae9219795891c021fa04deeecaf9873ae68b.tar.bz2 gentoo-3d10ae9219795891c021fa04deeecaf9873ae68b.zip |
app-backup/duplicity: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/duplicity/duplicity-0.8.09-r1.ebuild | 2 | ||||
-rw-r--r-- | app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 d0a0bbcc7930..6507cb77f9b0 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 f10cb3f300fb..3f789257f08d 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 8482e3100d26..f9ce35aa9879 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 |