summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-07-17 09:01:49 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-07-17 09:01:49 +0000
commit3d81d6eb79b6202777baa28cdc069554c0e9fd46 (patch)
tree0960aecd11d104c9aa3df4be9e9f057d230831e7 /dev-cpp/gmock
parentsci-libs/itpp: Add patch for pkg-config file creation (diff)
downloadgentoo-2-3d81d6eb79b6202777baa28cdc069554c0e9fd46.tar.gz
gentoo-2-3d81d6eb79b6202777baa28cdc069554c0e9fd46.tar.bz2
gentoo-2-3d81d6eb79b6202777baa28cdc069554c0e9fd46.zip
Keyword ~mips ~ppc ~ppc64
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/gmock')
-rw-r--r--dev-cpp/gmock/ChangeLog5
-rw-r--r--dev-cpp/gmock/gmock-1.6.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gmock/ChangeLog b/dev-cpp/gmock/ChangeLog
index aee3962a3364..bf7c77da23aa 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.11 2012/06/12 18:58:16 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v 1.12 2012/07/17 09:01:48 blueness Exp $
+
+ 17 Jul 2012; Anthony G. Basile <blueness@gentoo.org> gmock-1.6.0.ebuild:
+ Keyword ~mips ~ppc ~ppc64
12 Jun 2012; Jeff Horelick <jdhore@gentoo.org> gmock-1.4.0.ebuild,
gmock-1.5.0.ebuild:
diff --git a/dev-cpp/gmock/gmock-1.6.0.ebuild b/dev-cpp/gmock/gmock-1.6.0.ebuild
index b67257fc9d0f..ca07662fccc8 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.4 2012/06/12 18:56:00 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.6.0.ebuild,v 1.5 2012/07/17 09:01:49 blueness Exp $
EAPI="4"
@@ -12,7 +12,7 @@ SRC_URI="http://googlemock.googlecode.com/files/${P}.zip"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
IUSE="static-libs"
RDEPEND="=dev-cpp/gtest-${PV}*"