From ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 14 Jan 2023 13:51:19 +0100 Subject: */*: remove py3.8 from PYTHON_COMPAT Signed-off-by: David Seifert --- net-news/canto-curses/canto-curses-0.9.9.ebuild | 4 ++-- net-news/canto-daemon/canto-daemon-0.9.8.ebuild | 4 ++-- net-news/liferea/liferea-1.12.9-r2.ebuild | 4 ++-- net-news/liferea/liferea-1.14_rc2.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'net-news') 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 e3cc29d7e0e0..54185b196972 100644 --- a/net-news/canto-curses/canto-curses-0.9.9.ebuild +++ b/net-news/canto-curses/canto-curses-0.9.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="ncurses(+),threads(+)" inherit distutils-r1 diff --git a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild index 090a5fb3e695..273aed1916ee 100644 --- a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild +++ b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 diff --git a/net-news/liferea/liferea-1.12.9-r2.ebuild b/net-news/liferea/liferea-1.12.9-r2.ebuild index 1f7ca9a0e3d2..5493e69a9732 100644 --- a/net-news/liferea/liferea-1.12.9-r2.ebuild +++ b/net-news/liferea/liferea-1.12.9-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit autotools gnome2-utils optfeature python-single-r1 xdg diff --git a/net-news/liferea/liferea-1.14_rc2.ebuild b/net-news/liferea/liferea-1.14_rc2.ebuild index 2a0e29a8fee7..d0fb1d64cc08 100644 --- a/net-news/liferea/liferea-1.14_rc2.ebuild +++ b/net-news/liferea/liferea-1.14_rc2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) MY_PV="${PV/_/-}" MY_PV="${MY_PV^^}" MY_P="${PN}-${MY_PV}" -- cgit v1.2.3-65-gdbad