diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-31 00:36:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-31 01:06:37 +0100 |
commit | d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a (patch) | |
tree | d0dbf038e99c25e5a3060c2ff646102555e6801e /net-voip | |
parent | profiles: Clean py2.7 leftovers (diff) | |
download | gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.gz gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.bz2 gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.zip |
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-voip')
3 files changed, 3 insertions, 3 deletions
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild index 770ad4c2961d..0da8f560eeb4 100644 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 # Python is used during build for some scripted source files generation (and twisted tests) -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit gnome2 python-any-r1 diff --git a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild index e6a644508e34..6d2cbea18511 100644 --- a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild +++ b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-any-r1 diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild index 11d873b5e9a7..25de246938ed 100644 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild +++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-any-r1 DESCRIPTION="A link-local XMPP connection manager for Telepathy" |