commit: 2e9ea69312bdad0cf2dd6fda7ca54fea03350739
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 3 17:25:26 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 3 17:25:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9ea693
dev-python/pkgcraft: stabilize 0.0.11 for amd64
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pkgcraft/pkgcraft-0.0.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild
b/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild
index 0c11b08d6796..ec9dc5c57d72 100644
--- a/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,7 +25,7 @@ else
SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz"
S="${WORKDIR}"/${P/-python}
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="amd64 ~arm64"
PKGCRAFT_VERSION_MAX="9999"
PKGCRAFT_VERSION_MIN="0.0.16"