summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2014-08-15 17:45:56 +0000
committerRaúl Porcel <armin76@gentoo.org>2014-08-15 17:45:56 +0000
commitad0df9fc83757c1248de157952fe3e9c7ba2d11e (patch)
treef7779c6cabbe51080101496121de4487fd787864 /dev-cpp
parentsparc stable, bug #493780 (diff)
downloadgentoo-2-ad0df9fc83757c1248de157952fe3e9c7ba2d11e.tar.gz
gentoo-2-ad0df9fc83757c1248de157952fe3e9c7ba2d11e.tar.bz2
gentoo-2-ad0df9fc83757c1248de157952fe3e9c7ba2d11e.zip
sparc stable
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'dev-cpp')
-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 08ec235cbb21..d06254fd636b 100644
--- a/dev-cpp/gmock/ChangeLog
+++ b/dev-cpp/gmock/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/gmock
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v 1.25 2014/07/23 12:03:27 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v 1.26 2014/08/15 17:45:56 armin76 Exp $
+
+ 15 Aug 2014; Raúl Porcel <armin76@gentoo.org> gmock-1.6.0.ebuild:
+ sparc stable
23 Jul 2014; Tobias Klausmann <klausman@gentoo.org> gmock-1.6.0.ebuild:
Stable on alpha, bug #493400
diff --git a/dev-cpp/gmock/gmock-1.6.0.ebuild b/dev-cpp/gmock/gmock-1.6.0.ebuild
index 4ed319f8c8b2..9decb90f4dc9 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-2014 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.11 2014/07/23 12:03:27 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.6.0.ebuild,v 1.12 2014/08/15 17:45:56 armin76 Exp $
EAPI="4"
@@ -12,7 +12,7 @@ SRC_URI="http://googlemock.googlecode.com/files/${P}.zip"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86"
IUSE="static-libs"
RDEPEND="=dev-cpp/gtest-${PV}*"