diff --git a/app-emacs/company-mode/company-mode-1.1.0.ebuild b/app-emacs/company-mode/company-mode-1.1.0.ebuild index ed26a1e4600c5..0aeba88f20e3d 100644 --- a/app-emacs/company-mode/company-mode-1.1.0.ebuild +++ b/app-emacs/company-mode/company-mode-1.1.0.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" == *9999* ]] ; then else SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="GPL-3+" diff --git a/app-emacs/posframe/posframe-1.5.2.ebuild b/app-emacs/posframe/posframe-1.5.2.ebuild index 6cfd250274171..ec66dae7114f7 100644 --- a/app-emacs/posframe/posframe-1.5.2.ebuild +++ b/app-emacs/posframe/posframe-1.5.2.ebuild @@ -16,7 +16,7 @@ else SRC_URI="https://github.com/tumashu/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="GPL-3+" diff --git a/dev-python/feedparser-sgmllib/feedparser-sgmllib-2.0.1.ebuild b/dev-python/feedparser-sgmllib/feedparser-sgmllib-2.0.1.ebuild index e9ab77bc93675..ec82669cd331b 100644 --- a/dev-python/feedparser-sgmllib/feedparser-sgmllib-2.0.1.ebuild +++ b/dev-python/feedparser-sgmllib/feedparser-sgmllib-2.0.1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" EPYTEST_PLUGINS=() distutils_enable_tests pytest diff --git a/dev-python/feedparser/feedparser-6.0.14.ebuild b/dev-python/feedparser/feedparser-6.0.14.ebuild index 20693efa864a4..5653b687b4f61 100644 --- a/dev-python/feedparser/feedparser-6.0.14.ebuild +++ b/dev-python/feedparser/feedparser-6.0.14.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" RDEPEND=" =dev-python/feedparser-sgmllib-2*[${PYTHON_USEDEP}] diff --git a/net-mail/mu/mu-1.14.2.ebuild b/net-mail/mu/mu-1.14.2.ebuild index 6abc1a283a083..729726cea4c10 100644 --- a/net-mail/mu/mu-1.14.2.ebuild +++ b/net-mail/mu/mu-1.14.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit elisp-common meson readme.gentoo-r1 python-any-r1 DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing" @@ -15,7 +15,7 @@ SRC_URI="https://github.com/djcb/mu/releases/download/v${PV}/${P}.tar.xz" # + variant-lite: Boost-1.0 LICENSE="GPL-3+ BSD Boost-1.0 CC0-1.0 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~x64-macos" +KEYWORDS="~amd64 arm arm64 ~riscv ~x86 ~x64-macos" IUSE="emacs readline test" RESTRICT="!test? ( test )" diff --git a/sys-auth/pambase/pambase-20260730.ebuild b/sys-auth/pambase/pambase-20260730.ebuild index bd8655fc92fe9..a20a4968cf76c 100644 --- a/sys-auth/pambase/pambase-20260730.ebuild +++ b/sys-auth/pambase/pambase-20260730.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == *9999 ]]; then else SRC_URI="https://gitweb.gentoo.org/proj/pambase.git/snapshot/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT"