diff options
author | Markus Meier <maekke@gentoo.org> | 2014-06-29 18:57:06 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-06-29 18:57:06 +0000 |
commit | 1f48c06d577142cc1d45c30712b4c00bdfb8bf35 (patch) | |
tree | 5e637d35cb20989582805342653f55a7e00392b9 /dev-cpp | |
parent | arm stable, bug #513804 (diff) | |
download | gentoo-2-1f48c06d577142cc1d45c30712b4c00bdfb8bf35.tar.gz gentoo-2-1f48c06d577142cc1d45c30712b4c00bdfb8bf35.tar.bz2 gentoo-2-1f48c06d577142cc1d45c30712b4c00bdfb8bf35.zip |
arm stable, bug #513804
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gmock/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gmock/gmock-1.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gmock/ChangeLog b/dev-cpp/gmock/ChangeLog index 9996410fc79c..b9665512b606 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.22 2014/06/23 13:07:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v 1.23 2014/06/29 18:57:06 maekke Exp $ + + 29 Jun 2014; Markus Meier <maekke@gentoo.org> gmock-1.7.0.ebuild: + arm stable, bug #513804 23 Jun 2014; Jeroen Roovers <jer@gentoo.org> gmock-1.7.0-r1.ebuild: Stable for HPPA (bug #513804). diff --git a/dev-cpp/gmock/gmock-1.7.0.ebuild b/dev-cpp/gmock/gmock-1.7.0.ebuild index d29598f2c2af..a72e535f48e8 100644 --- a/dev-cpp/gmock/gmock-1.7.0.ebuild +++ b/dev-cpp/gmock/gmock-1.7.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.7.0.ebuild,v 1.1 2014/01/12 06:34:39 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.7.0.ebuild,v 1.2 2014/06/29 18:57:06 maekke 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}*" |