commit: d31f50d90f95871f54e5a79382fc5c5e6451bf2e Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Mar 30 22:20:55 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 22:30:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31f50d9
app-backup/untangle-https-backup: keyword ~riscv, enable py3.13 Closes: https://bugs.gentoo.org/952181 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> ...backup-0.1.0-r2.ebuild => untangle-https-backup-0.1.0-r3.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r2.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r3.ebuild similarity index 79% rename from app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r2.ebuild rename to app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r3.ebuild index 123e746bccf5..dcf9aa9ae03c 100644 --- a/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r2.ebuild +++ b/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-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 python3_11 python3_12 ) +PYTHON_COMPAT=( python3_10 python3_11 python3_12 python3_13 ) PYTHON_REQ_USE="ssl(+)" DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -14,7 +14,7 @@ SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" src_install() { distutils-r1_src_install
