diff options
author | 2015-04-21 19:04:11 +0000 | |
---|---|---|
committer | 2015-04-21 19:04:11 +0000 | |
commit | 90acd1e1a0ccaa9d1cb5a59a153277bfebc4ed5c (patch) | |
tree | 402f34a0732257093ad09a904dcc1214fbec6785 /dev-cpp | |
parent | ppc stable wrt bug #525970 (diff) | |
download | gentoo-2-90acd1e1a0ccaa9d1cb5a59a153277bfebc4ed5c.tar.gz gentoo-2-90acd1e1a0ccaa9d1cb5a59a153277bfebc4ed5c.tar.bz2 gentoo-2-90acd1e1a0ccaa9d1cb5a59a153277bfebc4ed5c.zip |
ppc stable wrt bug #525970
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-1.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gtest/ChangeLog b/dev-cpp/gtest/ChangeLog index 345c12d0e096..dd4e4cfdcbb1 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.42 2015/04/08 17:46:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.43 2015/04/21 19:04:11 pacho Exp $ + + 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> gtest-1.7.0.ebuild: + ppc stable wrt bug #525970 08 Apr 2015; Michał Górny <mgorny@gentoo.org> gtest-1.6.0-r2.ebuild, gtest-1.7.0.ebuild: diff --git a/dev-cpp/gtest/gtest-1.7.0.ebuild b/dev-cpp/gtest/gtest-1.7.0.ebuild index 3590b64777ca..5b0c836e8f73 100644 --- a/dev-cpp/gtest/gtest-1.7.0.ebuild +++ b/dev-cpp/gtest/gtest-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.7.0.ebuild,v 1.8 2015/04/08 17:46:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.7.0.ebuild,v 1.9 2015/04/21 19:04:11 pacho Exp $ EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="http://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="examples static-libs" DEPEND="app-arch/unzip |