diff options
author | 2021-01-31 00:36:06 +0100 | |
---|---|---|
committer | 2021-01-31 01:06:37 +0100 | |
commit | d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a (patch) | |
tree | d0dbf038e99c25e5a3060c2ff646102555e6801e /net-irc | |
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-irc')
-rw-r--r-- | net-irc/hexchat/hexchat-2.14.3-r100.ebuild | 2 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.14.3.ebuild | 2 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 2 | ||||
-rw-r--r-- | net-irc/limnoria/limnoria-20191123.ebuild | 2 | ||||
-rw-r--r-- | net-irc/limnoria/limnoria-99999999.ebuild | 2 | ||||
-rw-r--r-- | net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild | 2 | ||||
-rw-r--r-- | net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild | 2 | ||||
-rw-r--r-- | net-irc/weechat/weechat-2.9.ebuild | 2 | ||||
-rw-r--r-- | net-irc/znc-palaver/znc-palaver-1.2.1.ebuild | 2 | ||||
-rw-r--r-- | net-irc/znc/znc-1.8.1.ebuild | 2 | ||||
-rw-r--r-- | net-irc/znc/znc-1.8.2.ebuild | 2 | ||||
-rw-r--r-- | net-irc/znc/znc-9999.ebuild | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/net-irc/hexchat/hexchat-2.14.3-r100.ebuild b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild index 95049554c7e9..f88c4364569a 100644 --- a/net-irc/hexchat/hexchat-2.14.3-r100.ebuild +++ b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit lua-single meson mono-env python-single-r1 xdg diff --git a/net-irc/hexchat/hexchat-2.14.3.ebuild b/net-irc/hexchat/hexchat-2.14.3.ebuild index fdb624f3f7ab..953c7cdaa78b 100644 --- a/net-irc/hexchat/hexchat-2.14.3.ebuild +++ b/net-irc/hexchat/hexchat-2.14.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit meson mono-env python-single-r1 xdg diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 850dd84f2ac3..2bb1b8275bc8 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit lua-single meson mono-env python-single-r1 xdg diff --git a/net-irc/limnoria/limnoria-20191123.ebuild b/net-irc/limnoria/limnoria-20191123.ebuild index 9c1aeabf03a1..9374199261b8 100644 --- a/net-irc/limnoria/limnoria-20191123.ebuild +++ b/net-irc/limnoria/limnoria-20191123.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild index 9c1aeabf03a1..9374199261b8 100644 --- a/net-irc/limnoria/limnoria-99999999.ebuild +++ b/net-irc/limnoria/limnoria-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 diff --git a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild index 4ade54031303..2a17d4e0303d 100644 --- a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild +++ b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE=( sqlite ) DISTUTILS_USE_SETUPTOOLS=rdepend diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild index 7310419e9ee5..842f73c12425 100644 --- a/net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild +++ b/net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-single-r1 DESCRIPTION="Full-featured IRC connection manager for Telepathy" diff --git a/net-irc/weechat/weechat-2.9.ebuild b/net-irc/weechat/weechat-2.9.ebuild index 4b83921fb389..ac03ee6e739b 100644 --- a/net-irc/weechat/weechat-2.9.ebuild +++ b/net-irc/weechat/weechat-2.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8} ) inherit cmake python-single-r1 xdg-utils diff --git a/net-irc/znc-palaver/znc-palaver-1.2.1.ebuild b/net-irc/znc-palaver/znc-palaver-1.2.1.ebuild index 37383594fb1e..7668f69d0217 100644 --- a/net-irc/znc-palaver/znc-palaver-1.2.1.ebuild +++ b/net-irc/znc-palaver/znc-palaver-1.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-single-r1 toolchain-funcs diff --git a/net-irc/znc/znc-1.8.1.ebuild b/net-irc/znc/znc-1.8.1.ebuild index 6d5ad64431ad..a47c2912b002 100644 --- a/net-irc/znc/znc-1.8.1.ebuild +++ b/net-irc/znc/znc-1.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit cmake python-single-r1 readme.gentoo-r1 systemd diff --git a/net-irc/znc/znc-1.8.2.ebuild b/net-irc/znc/znc-1.8.2.ebuild index 313155eaeb29..edd0b05a83d8 100644 --- a/net-irc/znc/znc-1.8.2.ebuild +++ b/net-irc/znc/znc-1.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit cmake python-single-r1 readme.gentoo-r1 systemd diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index 764c35c45dcc..e407d3d52d23 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit cmake python-single-r1 readme.gentoo-r1 systemd |