diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-08-25 17:19:38 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-08-25 17:21:19 +0200 |
commit | f1f3412eae055074e3e5e570c226f37320e4cee0 (patch) | |
tree | 175b4f9539d900656d1cb52fdca1d2a73a89ed01 /dev-cpp | |
parent | dev-libs/protobuf-27.2: fix SLOT check for non-.so platforms (diff) | |
download | gentoo-f1f3412eae055074e3e5e570c226f37320e4cee0.tar.gz gentoo-f1f3412eae055074e3e5e570c226f37320e4cee0.tar.bz2 gentoo-f1f3412eae055074e3e5e570c226f37320e4cee0.zip |
dev-cpp/gtest-1.14.0-r1: marked ~arm64-macos
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/gtest-1.14.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-1.14.0-r1.ebuild b/dev-cpp/gtest/gtest-1.14.0-r1.ebuild index 927e75f3970d..931f57f2e5cf 100644 --- a/dev-cpp/gtest/gtest-1.14.0-r1.ebuild +++ b/dev-cpp/gtest/gtest-1.14.0-r1.ebuild @@ -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 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="Google C++ Testing Framework" |