diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-12 19:27:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-12 19:27:23 +0000 |
commit | 24fd66ecb82566213fbb3c3c1cecbf3ea766a04e (patch) | |
tree | 1d9bafe5262dd87bf7e2b533d6f043f0dba5497d /dev-cpp/gtest/gtest-1.6.0-r1.ebuild | |
parent | Stable for alpha, wrt bug #456408 (diff) | |
download | gentoo-2-24fd66ecb82566213fbb3c3c1cecbf3ea766a04e.tar.gz gentoo-2-24fd66ecb82566213fbb3c3c1cecbf3ea766a04e.tar.bz2 gentoo-2-24fd66ecb82566213fbb3c3c1cecbf3ea766a04e.zip |
Stable for alpha, wrt bug #456476
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-cpp/gtest/gtest-1.6.0-r1.ebuild')
-rw-r--r-- | dev-cpp/gtest/gtest-1.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/gtest/gtest-1.6.0-r1.ebuild b/dev-cpp/gtest/gtest-1.6.0-r1.ebuild index 2685bc5f7b2b..9d0a94064dff 100644 --- a/dev-cpp/gtest/gtest-1.6.0-r1.ebuild +++ b/dev-cpp/gtest/gtest-1.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0-r1.ebuild,v 1.8 2013/02/12 18:11:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0-r1.ebuild,v 1.9 2013/02/12 19:27:23 ago Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ SRC_URI="http://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos" IUSE="examples static-libs" DEPEND="app-arch/unzip" |