commit: 67a986d899bc11b875f5336d8990abeba2db131e Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri May 2 18:59:46 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri May 2 18:59:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a986d8
dev-util/gertty: EAPI=8 Closes: https://bugs.gentoo.org/952449 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../gertty/{gertty-1.6.0-r2.ebuild => gertty-1.6.0-r3.ebuild} | 9 ++++----- dev-util/gertty/gertty-9999.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/dev-util/gertty/gertty-1.6.0-r2.ebuild b/dev-util/gertty/gertty-1.6.0-r3.ebuild similarity index 92% rename from dev-util/gertty/gertty-1.6.0-r2.ebuild rename to dev-util/gertty/gertty-1.6.0-r3.ebuild index 44edab692a02..380ba9819c42 100644 --- a/dev-util/gertty/gertty-1.6.0-r2.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools +EAPI=8 +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system" @@ -20,7 +20,6 @@ fi LICENSE="Apache-2.0" SLOT="0" -IUSE="" DEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" RDEPEND=" diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 6a4229ef4634..380ba9819c42 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system" @@ -15,12 +15,11 @@ if [[ ${PV} == *9999 ]];then EGIT_BRANCH="master" else inherit pypi - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" fi LICENSE="Apache-2.0" SLOT="0" -IUSE="" DEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" RDEPEND="
