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/gmock-1.6.0.ebuild
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/gmock-1.6.0.ebuild')
-rw-r--r--dev-cpp/gmock/gmock-1.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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}*"