diff options
Diffstat (limited to 'net-irc/irker/irker-2.20.ebuild')
-rw-r--r-- | net-irc/irker/irker-2.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/irker/irker-2.20.ebuild b/net-irc/irker/irker-2.20.ebuild index 5796d23a2c55..07c798644349 100644 --- a/net-irc/irker/irker-2.20.ebuild +++ b/net-irc/irker/irker-2.20.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="ssl" inherit optfeature python-single-r1 systemd |