diff options
author | Sam James <sam@gentoo.org> | 2024-10-05 12:11:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-05 12:11:07 +0100 |
commit | f122de5014387e429eb65f5f1ced438f02a98650 (patch) | |
tree | e08977537af418d201a084c39ba335e986ebcd97 /dev-build/ninja | |
parent | sys-apps/man-db: Stabilize 2.13.0 ppc64, #940872 (diff) | |
download | gentoo-f122de5014387e429eb65f5f1ced438f02a98650.tar.gz gentoo-f122de5014387e429eb65f5f1ced438f02a98650.tar.bz2 gentoo-f122de5014387e429eb65f5f1ced438f02a98650.zip |
dev-build/ninja: Stabilize 1.12.1 ppc64, #940873
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build/ninja')
-rw-r--r-- | dev-build/ninja/ninja-1.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-build/ninja/ninja-1.12.1.ebuild b/dev-build/ninja/ninja-1.12.1.ebuild index a99cd086fbea..71636bd4c57b 100644 --- a/dev-build/ninja/ninja-1.12.1.ebuild +++ b/dev-build/ninja/ninja-1.12.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/ninja-build/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - 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 GTEST_VER=1.14.0 |