diff options
author | 2024-06-25 04:34:36 +0100 | |
---|---|---|
committer | 2024-06-25 04:34:36 +0100 | |
commit | a8190407be29c303b8078a29e0d1aec0a2627314 (patch) | |
tree | 3a327ff05dd8f2828382f36bb7e47fe6cbd77994 /dev-build/meson | |
parent | dev-build/meson: Stabilize 1.4.1 arm, #934824 (diff) | |
download | gentoo-a8190407be29c303b8078a29e0d1aec0a2627314.tar.gz gentoo-a8190407be29c303b8078a29e0d1aec0a2627314.tar.bz2 gentoo-a8190407be29c303b8078a29e0d1aec0a2627314.zip |
dev-build/meson: Stabilize 1.4.1 ppc64, #934824
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build/meson')
-rw-r--r-- | dev-build/meson/meson-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-build/meson/meson-1.4.1.ebuild b/dev-build/meson/meson-1.4.1.ebuild index 7ea18ad78c15..269c56bcf83e 100644 --- a/dev-build/meson/meson-1.4.1.ebuild +++ b/dev-build/meson/meson-1.4.1.ebuild @@ -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 ~ia64 ~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 ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi fi |