diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-28 14:04:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-28 14:04:20 +0200 |
commit | 3c9d5f367c6857b2b59738c2501dfa2dc7ba7162 (patch) | |
tree | 377f348ab481acba5d0ed950c818d3b39c2bad3a /dev-cpp/gtest | |
parent | app-admin/lib_users: Stabilize 0.15-r1 arm64, #932912 (diff) | |
download | gentoo-3c9d5f367c6857b2b59738c2501dfa2dc7ba7162.tar.gz gentoo-3c9d5f367c6857b2b59738c2501dfa2dc7ba7162.tar.bz2 gentoo-3c9d5f367c6857b2b59738c2501dfa2dc7ba7162.zip |
dev-cpp/gtest: Stabilize 1.14.0 arm64, #932939
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp/gtest')
-rw-r--r-- | dev-cpp/gtest/gtest-1.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/gtest/gtest-1.14.0.ebuild b/dev-cpp/gtest/gtest-1.14.0.ebuild index 5351c69b1cd0..dfb6e53def40 100644 --- a/dev-cpp/gtest/gtest-1.14.0.ebuild +++ b/dev-cpp/gtest/gtest-1.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}"/googletest-${GOOGLETEST_COMMIT} fi - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~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 ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="Google C++ Testing Framework" |