diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2018-03-05 13:31:34 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2018-03-05 14:57:36 +0100 |
commit | c21eee653b7e468b11e57ecc3f8af52953d9ce63 (patch) | |
tree | af3587ef7e93aeac0dff53b03b067efaf6851ffc /dev-cpp | |
parent | dev-python/tinycss2: Bump to 0.6.1 (diff) | |
download | gentoo-c21eee653b7e468b11e57ecc3f8af52953d9ce63.tar.gz gentoo-c21eee653b7e468b11e57ecc3f8af52953d9ce63.tar.bz2 gentoo-c21eee653b7e468b11e57ecc3f8af52953d9ce63.zip |
dev-cpp/gtest-1.8.0-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/647118
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/gtest-1.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-1.8.0-r1.ebuild b/dev-cpp/gtest/gtest-1.8.0-r1.ebuild index 529cbe3e1e13..1b0a7ca6bc13 100644 --- a/dev-cpp/gtest/gtest-1.8.0-r1.ebuild +++ b/dev-cpp/gtest/gtest-1.8.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/google/googletest/archive/release-${PV}.tar.gz -> ${ LICENSE="BSD" SLOT="0" -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" IUSE="doc examples test" DEPEND="test? ( ${PYTHON_DEPS} )" |