diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-07 10:05:33 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-07 10:05:33 +0000 |
commit | a9e3f987983b73d46f2e39506243d7fb801a5b37 (patch) | |
tree | 63b3eef9592d245185b7e43e7d78f907e7a7db90 /dev-cpp | |
parent | Enable pypy2.0. (diff) | |
download | gentoo-2-a9e3f987983b73d46f2e39506243d7fb801a5b37.tar.gz gentoo-2-a9e3f987983b73d46f2e39506243d7fb801a5b37.tar.bz2 gentoo-2-a9e3f987983b73d46f2e39506243d7fb801a5b37.zip |
Stable on arm, wrt bug #478210
(Portage version: 2.2.0_alpha193/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gmock/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/gmock/gmock-1.6.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/gmock/ChangeLog b/dev-cpp/gmock/ChangeLog index 7bfad2e4cb09..de15736a5741 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.14 2012/08/28 21:52:08 vapier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v 1.15 2013/08/07 10:05:33 pinkbyte Exp $ + + 07 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> gmock-1.6.0.ebuild: + Stable on arm, wrt bug #478210 28 Aug 2012; Mike Frysinger <vapier@gentoo.org> +files/gmock-1.4.0-more-gcc-4.7.patch, gmock-1.4.0.ebuild: diff --git a/dev-cpp/gmock/gmock-1.6.0.ebuild b/dev-cpp/gmock/gmock-1.6.0.ebuild index 7862e80a3fca..b39767919022 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 +# Copyright 1999-2013 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.6 2012/08/24 09:23:27 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.6.0.ebuild,v 1.7 2013/08/07 10:05:33 pinkbyte 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}*" |