diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-17 09:48:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-17 09:48:22 +0200 |
commit | 2db67a589e688ba866fce79132f608652bbc4cd8 (patch) | |
tree | 108083d26ac33deecb9d884215c6f68864a69704 /net-news | |
parent | sys-fs/lvm2: improve dmeventd init (diff) | |
download | gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.tar.gz gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.tar.bz2 gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.zip |
*/*: Remove python3_4 PYTHON_COMPAT correctly
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.3.ebuild | 4 | ||||
-rw-r--r-- | net-news/canto-daemon/canto-daemon-0.9.1.ebuild | 4 | ||||
-rw-r--r-- | net-news/liferea/liferea-1.12.3.ebuild | 4 | ||||
-rw-r--r-- | net-news/liferea/liferea-1.12.5a.ebuild | 4 | ||||
-rw-r--r-- | net-news/liferea/liferea-1.12.6b.ebuild | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/net-news/canto-curses/canto-curses-0.9.3.ebuild b/net-news/canto-curses/canto-curses-0.9.3.ebuild index 2be975102355..da2997601916 100644 --- a/net-news/canto-curses/canto-curses-0.9.3.ebuild +++ b/net-news/canto-curses/canto-curses-0.9.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) PYTHON_REQ_USE="ncurses(+),threads(+)" inherit distutils-r1 multilib diff --git a/net-news/canto-daemon/canto-daemon-0.9.1.ebuild b/net-news/canto-daemon/canto-daemon-0.9.1.ebuild index 7e810117ecf1..4ff2403cbbde 100644 --- a/net-news/canto-daemon/canto-daemon-0.9.1.ebuild +++ b/net-news/canto-daemon/canto-daemon-0.9.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 multilib diff --git a/net-news/liferea/liferea-1.12.3.ebuild b/net-news/liferea/liferea-1.12.3.ebuild index e5cc1cf54339..4bbfc0faefe2 100644 --- a/net-news/liferea/liferea-1.12.3.ebuild +++ b/net-news/liferea/liferea-1.12.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_EAUTORECONF="yes" -PYTHON_COMPAT=( python3_{4,5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit gnome2 pax-utils python-single-r1 diff --git a/net-news/liferea/liferea-1.12.5a.ebuild b/net-news/liferea/liferea-1.12.5a.ebuild index ca30e636b58c..5d9268f49675 100644 --- a/net-news/liferea/liferea-1.12.5a.ebuild +++ b/net-news/liferea/liferea-1.12.5a.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit gnome2 python-single-r1 diff --git a/net-news/liferea/liferea-1.12.6b.ebuild b/net-news/liferea/liferea-1.12.6b.ebuild index 726e2e643217..0d73b993e8a6 100644 --- a/net-news/liferea/liferea-1.12.6b.ebuild +++ b/net-news/liferea/liferea-1.12.6b.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit gnome2 python-single-r1 |