Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/
Date: Tue, 12 Oct 2021 20:24:23
Message-Id: 1634070248.05eaa58ca214202ed4d5acf8f45a2ebaef44bb4f.sam@gentoo
1 commit: 05eaa58ca214202ed4d5acf8f45a2ebaef44bb4f
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 4 00:05:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 20:24:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05eaa58c
7
8 dev-cpp/gtest: add new keywords
9
10 Include unstable keywords that were added to
11 gtest-1.10.0_p20200702.ebuild in live ebuild.
12
13 Package-Manager: Portage-3.0.23, Repoman-3.0.3
14 Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 dev-cpp/gtest/gtest-9999.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
21 index b3c28569b94..f66765b6396 100644
22 --- a/dev-cpp/gtest/gtest-9999.ebuild
23 +++ b/dev-cpp/gtest/gtest-9999.ebuild
24 @@ -22,7 +22,7 @@ else
25 -> ${P}.tar.gz"
26 S="${WORKDIR}"/googletest-${GOOGLETEST_COMMIT}
27 fi
28 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
29 + 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"
30 fi
31
32 DESCRIPTION="Google C++ Testing Framework"