diff --git a/app-forensics/yara-x/yara-x-1.18.0.ebuild b/app-forensics/yara-x/yara-x-1.18.0.ebuild index d78efbe78fca8..1691277093429 100644 --- a/app-forensics/yara-x/yara-x-1.18.0.ebuild +++ b/app-forensics/yara-x/yara-x-1.18.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) RUST_MIN_VER="1.91.0" CRATES="" @@ -27,7 +27,7 @@ LICENSE+=" SLOT="0" # Note: cranelift dependency only supports amd64, arm64, s390, and riscv64 as of 2025 -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="python" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) diff --git a/dev-libs/tree-sitter-cmake/tree-sitter-cmake-0.7.2.ebuild b/dev-libs/tree-sitter-cmake/tree-sitter-cmake-0.7.2.ebuild index 4ce97da91cd00..a22c15b481f5b 100644 --- a/dev-libs/tree-sitter-cmake/tree-sitter-cmake-0.7.2.ebuild +++ b/dev-libs/tree-sitter-cmake/tree-sitter-cmake-0.7.2.ebuild @@ -13,4 +13,4 @@ SRC_URI="https://github.com/uyha/tree-sitter-cmake/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="amd64 ~riscv" diff --git a/dev-libs/tree-sitter-embedded-template/tree-sitter-embedded-template-0.25.0.ebuild b/dev-libs/tree-sitter-embedded-template/tree-sitter-embedded-template-0.25.0.ebuild index 9a806acdf88f5..f1d9eb800e5bf 100644 --- a/dev-libs/tree-sitter-embedded-template/tree-sitter-embedded-template-0.25.0.ebuild +++ b/dev-libs/tree-sitter-embedded-template/tree-sitter-embedded-template-0.25.0.ebuild @@ -10,4 +10,4 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-embedded-template" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" diff --git a/dev-python/hcloud/hcloud-2.23.0.ebuild b/dev-python/hcloud/hcloud-2.23.0.ebuild index 4601900d10157..8e8ea8fc56487 100644 --- a/dev-python/hcloud/hcloud-2.23.0.ebuild +++ b/dev-python/hcloud/hcloud-2.23.0.ebuild @@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="examples" RDEPEND=" diff --git a/dev-python/joserfc/joserfc-1.7.4.ebuild b/dev-python/joserfc/joserfc-1.7.4.ebuild index 45cd7d259c1e8..b8557ad731b98 100644 --- a/dev-python/joserfc/joserfc-1.7.4.ebuild +++ b/dev-python/joserfc/joserfc-1.7.4.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ~riscv ~x86" RDEPEND=" >=dev-python/cryptography-45.0.1[${PYTHON_USEDEP}] diff --git a/net-vpn/eduvpn-client/eduvpn-client-4.7.2.ebuild b/net-vpn/eduvpn-client/eduvpn-client-4.7.2.ebuild index 7977596d4f8a5..85d1009c52eae 100644 --- a/net-vpn/eduvpn-client/eduvpn-client-4.7.2.ebuild +++ b/net-vpn/eduvpn-client/eduvpn-client-4.7.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 xdg @@ -25,7 +25,7 @@ else https://codeberg.org/eduVPN/linux-app/releases/download/${PV}/${MY_P}.tar.xz -> ${P}.tar.xz verify-sig? ( https://codeberg.org/eduVPN/linux-app/releases/download/${PV}/${MY_P}.tar.xz.asc -> ${P}.tar.xz.asc ) " - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/${MY_P}" fi diff --git a/net-vpn/eduvpn-common/eduvpn-common-5.0.2.ebuild b/net-vpn/eduvpn-common/eduvpn-common-5.0.2.ebuild index 8b85ea79a7c24..5e7dc8613b17c 100644 --- a/net-vpn/eduvpn-common/eduvpn-common-5.0.2.ebuild +++ b/net-vpn/eduvpn-common/eduvpn-common-5.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 @@ -28,7 +28,7 @@ else verify-sig? ( https://codeberg.org/eduVPN/eduvpn-common/releases/download/${PV}/${P}.tar.xz.asc ) https://www-user.tu-chemnitz.de/~hamari/eduvpn/${P}-deps.tar.xz " - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+"