diff options
author | Sam James <sam@gentoo.org> | 2025-01-20 02:33:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-20 02:33:13 +0000 |
commit | 8952f232a558d8600a699a219b141b561151b7f6 (patch) | |
tree | 27c93a461981296cadf36db9bd538f1e2430af90 /dev-build/meson | |
parent | net-firewall/ipset: Stabilize 7.23 arm, #948408 (diff) | |
download | gentoo-8952f232a558d8600a699a219b141b561151b7f6.tar.gz gentoo-8952f232a558d8600a699a219b141b561151b7f6.tar.bz2 gentoo-8952f232a558d8600a699a219b141b561151b7f6.zip |
dev-build/meson: Stabilize 1.6.1 x86, #948413
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build/meson')
-rw-r--r-- | dev-build/meson/meson-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-build/meson/meson-1.6.1.ebuild b/dev-build/meson/meson-1.6.1.ebuild index 70a2f51176dd..bf64b82bc196 100644 --- a/dev-build/meson/meson-1.6.1.ebuild +++ b/dev-build/meson/meson-1.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2016-2024 Gentoo Authors +# Copyright 2016-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,7 +33,7 @@ else VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jpakkane.gpg if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi fi |