From 546014872658eb8f377d0da6ee8ab40d4cc86ec3 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:33 +0300 Subject: [PATCH 01/12] net-mail/mu: Stabilize 1.14.2 arm, #980019 Signed-off-by: Arthur Zamarin --- net-mail/mu/mu-1.14.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/mu/mu-1.14.2.ebuild b/net-mail/mu/mu-1.14.2.ebuild index 6abc1a283a083..d6e9dd7540070 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 )" From 6b2ce21ffa7c31665771c7fde36f3f30baa56fa9 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:34 +0300 Subject: [PATCH 02/12] net-mail/mu: Stabilize 1.14.2 arm64, #980019 Signed-off-by: Arthur Zamarin --- net-mail/mu/mu-1.14.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/mu/mu-1.14.2.ebuild b/net-mail/mu/mu-1.14.2.ebuild index d6e9dd7540070..729726cea4c10 100644 --- a/net-mail/mu/mu-1.14.2.ebuild +++ b/net-mail/mu/mu-1.14.2.ebuild @@ -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 )" From 67493afa2074cd91f8528eb6b2231313e1355185 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:36 +0300 Subject: [PATCH 03/12] sys-auth/pambase: Keyword 20260730 ppc64, #980119 Signed-off-by: Arthur Zamarin --- sys-auth/pambase/pambase-20260730.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/pambase/pambase-20260730.ebuild b/sys-auth/pambase/pambase-20260730.ebuild index bd8655fc92fe9..c2cef76d475b5 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 ~ppc64 ~x86" fi LICENSE="MIT" From 50cd609f8af4472f5e02999e3b77625c01f9e68c Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:38 +0300 Subject: [PATCH 04/12] sys-auth/pambase: Keyword 20260730 ppc, #980119 Signed-off-by: Arthur Zamarin --- sys-auth/pambase/pambase-20260730.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/pambase/pambase-20260730.ebuild b/sys-auth/pambase/pambase-20260730.ebuild index c2cef76d475b5..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 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT" From 43de20021835dd9c46ee0e580324d6658c983bff Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:39 +0300 Subject: [PATCH 05/12] dev-python/feedparser: Keyword 6.0.14 arm, #980169 Signed-off-by: Arthur Zamarin --- dev-python/feedparser/feedparser-6.0.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/feedparser/feedparser-6.0.14.ebuild b/dev-python/feedparser/feedparser-6.0.14.ebuild index 20693efa864a4..ac14c6fba1349 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 ~ppc ~ppc64 ~x86" RDEPEND=" =dev-python/feedparser-sgmllib-2*[${PYTHON_USEDEP}] From e1aed8dc77f5477d654cb223e768778168f048d0 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:40 +0300 Subject: [PATCH 06/12] dev-python/feedparser-sgmllib: Keyword 2.0.1 arm, #980169 Signed-off-by: Arthur Zamarin --- dev-python/feedparser-sgmllib/feedparser-sgmllib-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..a62182af1ebef 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 ~ppc ~ppc64 ~x86" EPYTEST_PLUGINS=() distutils_enable_tests pytest From b99537d5616b6af4e62b7924529b9be89a52c0ce Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:41 +0300 Subject: [PATCH 07/12] dev-python/feedparser: Keyword 6.0.14 arm64, #980169 Signed-off-by: Arthur Zamarin --- dev-python/feedparser/feedparser-6.0.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/feedparser/feedparser-6.0.14.ebuild b/dev-python/feedparser/feedparser-6.0.14.ebuild index ac14c6fba1349..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 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" RDEPEND=" =dev-python/feedparser-sgmllib-2*[${PYTHON_USEDEP}] From 9d2d5707816af1f77ce89676bd2093b01c0db13c Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:42 +0300 Subject: [PATCH 08/12] dev-python/feedparser-sgmllib: Keyword 2.0.1 arm64, #980169 Signed-off-by: Arthur Zamarin --- dev-python/feedparser-sgmllib/feedparser-sgmllib-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a62182af1ebef..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 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" EPYTEST_PLUGINS=() distutils_enable_tests pytest From 4051b122041335b10ec21ab10f9e2c4249f5f2ef Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:43 +0300 Subject: [PATCH 09/12] app-emacs/posframe: Keyword 1.5.2 arm, #980190 Signed-off-by: Arthur Zamarin --- app-emacs/posframe/posframe-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/posframe/posframe-1.5.2.ebuild b/app-emacs/posframe/posframe-1.5.2.ebuild index 6cfd250274171..d3f9fe45b5317 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 ~ppc ~ppc64 ~x86" fi LICENSE="GPL-3+" From cfa147ba954418b6a9c7f2b8c6c64476cdba0d64 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:43 +0300 Subject: [PATCH 10/12] app-emacs/company-mode: Keyword 1.1.0 arm, #980190 Signed-off-by: Arthur Zamarin --- app-emacs/company-mode/company-mode-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..dfd7271734bfd 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 ~ppc ~ppc64 ~x86" fi LICENSE="GPL-3+" From 05b2c82eecc49302bdb1aa8a466940f2653c0639 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:44 +0300 Subject: [PATCH 11/12] app-emacs/posframe: Keyword 1.5.2 arm64, #980190 Signed-off-by: Arthur Zamarin --- app-emacs/posframe/posframe-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/posframe/posframe-1.5.2.ebuild b/app-emacs/posframe/posframe-1.5.2.ebuild index d3f9fe45b5317..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 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="GPL-3+" From 00cdef7b61b503a076468d3959c61657ba008415 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 1 Aug 2026 08:21:45 +0300 Subject: [PATCH 12/12] app-emacs/company-mode: Keyword 1.1.0 arm64, #980190 Signed-off-by: Arthur Zamarin --- app-emacs/company-mode/company-mode-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dfd7271734bfd..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 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="GPL-3+"