diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-20 09:49:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-20 09:49:13 +0000 |
commit | 6223738f27873ed92f18e7f44cb6f516251666f6 (patch) | |
tree | 20ca5f8ddb1c02ca096ab573d13d1b237359a594 /dev-cpp | |
parent | Stable for s390, wrt bug #456390 (diff) | |
download | gentoo-2-6223738f27873ed92f18e7f44cb6f516251666f6.tar.gz gentoo-2-6223738f27873ed92f18e7f44cb6f516251666f6.tar.bz2 gentoo-2-6223738f27873ed92f18e7f44cb6f516251666f6.zip |
Stable for s390, wrt bug #456476
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-1.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gtest/ChangeLog b/dev-cpp/gtest/ChangeLog index b7f078c84928..11c9078e16a5 100644 --- a/dev-cpp/gtest/ChangeLog +++ b/dev-cpp/gtest/ChangeLog @@ -1,5 +1,8 @@ # ChangeLog for dev-cpp/gtest -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.26 2013/02/12 20:25:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.27 2013/02/20 09:49:13 ago Exp $ + + 20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gtest-1.6.0-r1.ebuild: + Stable for s390, wrt bug #456476 12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gtest-1.6.0-r1.ebuild: Stable for sparc, wrt bug #456476 diff --git a/dev-cpp/gtest/gtest-1.6.0-r1.ebuild b/dev-cpp/gtest/gtest-1.6.0-r1.ebuild index 00b723edbd6a..dd3037796f82 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.10 2013/02/12 20:25:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0-r1.ebuild,v 1.11 2013/02/20 09:49:13 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" |