diff --git a/app-admin/djbdns-logparse/djbdns-logparse-0.0.2-r2.ebuild b/app-admin/djbdns-logparse/djbdns-logparse-0.0.2-r3.ebuild similarity index 88% rename from app-admin/djbdns-logparse/djbdns-logparse-0.0.2-r2.ebuild rename to app-admin/djbdns-logparse/djbdns-logparse-0.0.2-r3.ebuild index bda4829ac142b..75f09c013f842 100644 --- a/app-admin/djbdns-logparse/djbdns-logparse-0.0.2-r2.ebuild +++ b/app-admin/djbdns-logparse/djbdns-logparse-0.0.2-r3.ebuild @@ -1,9 +1,9 @@ -# 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} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -12,7 +12,7 @@ HOMEPAGE="https://michael.orlitzky.com/code/djbdns-logparse.xhtml" SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz" LICENSE="AGPL-3+" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~riscv" IUSE="test" RESTRICT="!test? ( test )"