diff options
author | Michael Weber <xmw@gentoo.org> | 2012-08-24 09:23:27 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-08-24 09:23:27 +0000 |
commit | ff378b3aa11d467ce1847f0bad724ee20f3b9c6f (patch) | |
tree | df00833f4d2211d91dbbead0f170c590117b9052 /dev-cpp/gmock | |
parent | ppc stable (bug 420633). (diff) | |
download | gentoo-2-ff378b3aa11d467ce1847f0bad724ee20f3b9c6f.tar.gz gentoo-2-ff378b3aa11d467ce1847f0bad724ee20f3b9c6f.tar.bz2 gentoo-2-ff378b3aa11d467ce1847f0bad724ee20f3b9c6f.zip |
ppc stable (bug 420853).
(Portage version: 2.1.11.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/gmock')
-rw-r--r-- | dev-cpp/gmock/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gmock/gmock-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gmock/ChangeLog b/dev-cpp/gmock/ChangeLog index bf7c77da23aa..7d8dd591caf1 100644 --- a/dev-cpp/gmock/ChangeLog +++ b/dev-cpp/gmock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gmock # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v 1.12 2012/07/17 09:01:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v 1.13 2012/08/24 09:23:27 xmw Exp $ + + 24 Aug 2012; Michael Weber <xmw@gentoo.org> gmock-1.6.0.ebuild: + ppc stable (bug 420853). 17 Jul 2012; Anthony G. Basile <blueness@gentoo.org> gmock-1.6.0.ebuild: Keyword ~mips ~ppc ~ppc64 diff --git a/dev-cpp/gmock/gmock-1.6.0.ebuild b/dev-cpp/gmock/gmock-1.6.0.ebuild index ca07662fccc8..7862e80a3fca 100644 --- a/dev-cpp/gmock/gmock-1.6.0.ebuild +++ b/dev-cpp/gmock/gmock-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.6.0.ebuild,v 1.5 2012/07/17 09:01:49 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.6.0.ebuild,v 1.6 2012/08/24 09:23:27 xmw Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://googlemock.googlecode.com/files/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86" IUSE="static-libs" RDEPEND="=dev-cpp/gtest-${PV}*" |