dev-cpp/gtest: x86 stable (bug #674354)
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 27 Mar 2019 23:41:26 +0000 (00:41 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 27 Mar 2019 23:41:26 +0000 (00:41 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-cpp/gtest/gtest-1.8.1.ebuild

index c50b42abcd0f6f919ae42d2aa248e394fa952e05..fbc3eea8b77dc649dd7b6efd06f86fca6bec0894 100644 (file)
@@ -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