diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-03-27 20:06:59 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-27 20:07:38 -0400 |
commit | 5a73ccb22b2c9f366b930d4f921f52e9e5f11afc (patch) | |
tree | eaa81737e4c0f60fcbf3a402ca3ca848b02fa88e /dev-cpp/gtest | |
parent | dev-libs/uriparser: ppc stable wrt bug #674354 (diff) | |
download | gentoo-5a73ccb22b2c9f366b930d4f921f52e9e5f11afc.tar.gz gentoo-5a73ccb22b2c9f366b930d4f921f52e9e5f11afc.tar.bz2 gentoo-5a73ccb22b2c9f366b930d4f921f52e9e5f11afc.zip |
dev-cpp/gtest: ppc stable wrt bug #674354
thanks to ernsteiswuerfel!
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-cpp/gtest')
-rw-r--r-- | dev-cpp/gtest/gtest-1.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-1.8.1.ebuild b/dev-cpp/gtest/gtest-1.8.1.ebuild index fbc3eea8b77d..7c94971afdca 100644 --- a/dev-cpp/gtest/gtest-1.8.1.ebuild +++ b/dev-cpp/gtest/gtest-1.8.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/google/googletest" else SRC_URI="https://github.com/google/googletest/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" S="${WORKDIR}"/googletest-release-${PV} fi |