diff --git a/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild index 0c11b08d67963..ec9dc5c57d728 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"