diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-28 00:41:26 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-28 00:41:26 +0100 |
commit | e705f691e4dd7ba077992999b56979e040a63d12 (patch) | |
tree | eb2bba6f7574328a5c41d7b551909de1fb0a3325 /dev-cpp/gtest | |
parent | dev-libs/uriparser: x86 stable (bug #674354) (diff) | |
download | gentoo-e705f691e4dd7ba077992999b56979e040a63d12.tar.gz gentoo-e705f691e4dd7ba077992999b56979e040a63d12.tar.bz2 gentoo-e705f691e4dd7ba077992999b56979e040a63d12.zip |
dev-cpp/gtest: x86 stable (bug #674354)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@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 c50b42abcd0f..fbc3eea8b77d 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 |