diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-12-07 07:25:10 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-12-07 07:25:10 +0100 |
commit | 752e6895adfcaee0dd120bb04f0436c5c224be0f (patch) | |
tree | 08a6797fdb81c032484ff5c9c55ea99ab7e67507 /dev-cpp/gtest | |
parent | app-crypt/tpm2-tss: x86 stable wrt bug #828327 (diff) | |
download | gentoo-752e6895adfcaee0dd120bb04f0436c5c224be0f.tar.gz gentoo-752e6895adfcaee0dd120bb04f0436c5c224be0f.tar.bz2 gentoo-752e6895adfcaee0dd120bb04f0436c5c224be0f.zip |
dev-cpp/gtest: x86 stable wrt bug #828338
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp/gtest')
-rw-r--r-- | dev-cpp/gtest/gtest-1.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-1.11.0.ebuild b/dev-cpp/gtest/gtest-1.11.0.ebuild index 27bbcdc5f051..cf24d7feea7e 100644 --- a/dev-cpp/gtest/gtest-1.11.0.ebuild +++ b/dev-cpp/gtest/gtest-1.11.0.ebuild @@ -22,7 +22,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}"/googletest-${GOOGLETEST_COMMIT} fi - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Google C++ Testing Framework" |