diff --git a/media-sound/musescore/musescore-4.6.5.ebuild b/media-sound/musescore/musescore-4.6.5.ebuild index 641d2f6280fe7..eb7eef09cd47d 100644 --- a/media-sound/musescore/musescore-4.6.5.ebuild +++ b/media-sound/musescore/musescore-4.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ else SRC_URI=" https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.tar.gz " - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" S="${WORKDIR}/MuseScore-${PV}" fi diff --git a/media-sound/rosegarden/rosegarden-25.12.ebuild b/media-sound/rosegarden/rosegarden-25.12.ebuild index be6eba351dce2..2f003d0f25ab8 100644 --- a/media-sound/rosegarden/rosegarden-25.12.ebuild +++ b/media-sound/rosegarden/rosegarden-25.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/rosegarden/${PN}/${PV}/${P}.t LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="lirc lv2 test" RESTRICT="!test? ( test )" diff --git a/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild b/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild index 490497e7522da..d72bc5da44d30 100644 --- a/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild +++ b/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ else SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_P}" fi - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~x86" fi LICENSE="GPL-2" diff --git a/sys-apps/locale-gen/locale-gen-3.10.ebuild b/sys-apps/locale-gen/locale-gen-3.10.ebuild index 34265f54c6cd2..0325795b9fbb2 100644 --- a/sys-apps/locale-gen/locale-gen-3.10.ebuild +++ b/sys-apps/locale-gen/locale-gen-3.10.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then else SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" fi LICENSE="GPL-2"