diff options
author | 2021-01-31 00:36:06 +0100 | |
---|---|---|
committer | 2021-01-31 01:06:37 +0100 | |
commit | d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a (patch) | |
tree | d0dbf038e99c25e5a3060c2ff646102555e6801e /net-news | |
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-news')
-rw-r--r-- | net-news/canto-curses/canto-curses-0.9.9.ebuild | 2 | ||||
-rw-r--r-- | net-news/canto-daemon/canto-daemon-0.9.7.ebuild | 2 | ||||
-rw-r--r-- | net-news/liferea/liferea-1.12.7-r1.ebuild | 2 | ||||
-rw-r--r-- | net-news/liferea/liferea-1.12.9.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-news/canto-curses/canto-curses-0.9.9.ebuild b/net-news/canto-curses/canto-curses-0.9.9.ebuild index aebb0706e41e..56cf49fe4a01 100644 --- a/net-news/canto-curses/canto-curses-0.9.9.ebuild +++ b/net-news/canto-curses/canto-curses-0.9.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE="ncurses(+),threads(+)" inherit distutils-r1 multilib diff --git a/net-news/canto-daemon/canto-daemon-0.9.7.ebuild b/net-news/canto-daemon/canto-daemon-0.9.7.ebuild index b7c139a520be..a71940c83a29 100644 --- a/net-news/canto-daemon/canto-daemon-0.9.7.ebuild +++ b/net-news/canto-daemon/canto-daemon-0.9.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 multilib diff --git a/net-news/liferea/liferea-1.12.7-r1.ebuild b/net-news/liferea/liferea-1.12.7-r1.ebuild index 6c39c014d366..fe27757429d3 100644 --- a/net-news/liferea/liferea-1.12.7-r1.ebuild +++ b/net-news/liferea/liferea-1.12.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit gnome2 python-single-r1 diff --git a/net-news/liferea/liferea-1.12.9.ebuild b/net-news/liferea/liferea-1.12.9.ebuild index d76fac71716d..9a020989a6ea 100644 --- a/net-news/liferea/liferea-1.12.9.ebuild +++ b/net-news/liferea/liferea-1.12.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit autotools gnome2-utils python-single-r1 xdg |