diff options
author | 2014-07-19 07:27:53 +0000 | |
---|---|---|
committer | 2014-07-19 07:27:53 +0000 | |
commit | 16b2da2b924b65348e8ae576c91c96374e59a5c7 (patch) | |
tree | 571f056e7971e1d7fb4c511260d5d19a53cc5669 /dev-cpp/gtest | |
parent | Add back old treetop version for app-admin/chef. (diff) | |
download | gentoo-2-16b2da2b924b65348e8ae576c91c96374e59a5c7.tar.gz gentoo-2-16b2da2b924b65348e8ae576c91c96374e59a5c7.tar.bz2 gentoo-2-16b2da2b924b65348e8ae576c91c96374e59a5c7.zip |
amd64/x86 stable, bug #513804
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-cpp/gtest')
-rw-r--r-- | dev-cpp/gtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-1.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gtest/ChangeLog b/dev-cpp/gtest/ChangeLog index ca2d377c3c7d..2a2de1819e39 100644 --- a/dev-cpp/gtest/ChangeLog +++ b/dev-cpp/gtest/ChangeLog @@ -1,5 +1,8 @@ # ChangeLog for dev-cpp/gtest -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.38 2014/06/29 18:56:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.39 2014/07/19 07:27:53 pacho Exp $ + + 19 Jul 2014; Pacho Ramos <pacho@gentoo.org> gtest-1.7.0.ebuild: + amd64/x86 stable, bug #513804 29 Jun 2014; Markus Meier <maekke@gentoo.org> gtest-1.7.0.ebuild: arm stable, bug #513804 diff --git a/dev-cpp/gtest/gtest-1.7.0.ebuild b/dev-cpp/gtest/gtest-1.7.0.ebuild index 4e9965772654..5eb2bb9e029a 100644 --- a/dev-cpp/gtest/gtest-1.7.0.ebuild +++ b/dev-cpp/gtest/gtest-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/gtest/gtest-1.7.0.ebuild,v 1.4 2014/06/29 18:56:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.7.0.ebuild,v 1.5 2014/07/19 07:27:53 pacho Exp $ EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="http://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="examples static-libs" DEPEND="app-arch/unzip |