summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-06-20 19:16:46 +0000
committerJeroen Roovers <jer@gentoo.org>2014-06-20 19:16:46 +0000
commitcc10b7809fcd396d8b16d69556fd84dbbee11de7 (patch)
treeaf14eb6cb57952322f815db90f181810fcc14c0e /dev-cpp
parentVersion bump. (diff)
downloadgentoo-2-cc10b7809fcd396d8b16d69556fd84dbbee11de7.tar.gz
gentoo-2-cc10b7809fcd396d8b16d69556fd84dbbee11de7.tar.bz2
gentoo-2-cc10b7809fcd396d8b16d69556fd84dbbee11de7.zip
Stable for HPPA (bug #513804).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gtest/ChangeLog5
-rw-r--r--dev-cpp/gtest/gtest-1.7.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gtest/ChangeLog b/dev-cpp/gtest/ChangeLog
index 6004c03604b8..af5c1b48b808 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.36 2014/04/30 14:36:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.37 2014/06/20 19:16:46 jer Exp $
+
+ 20 Jun 2014; Jeroen Roovers <jer@gentoo.org> gtest-1.7.0.ebuild:
+ Stable for HPPA (bug #513804).
30 Apr 2014; Michał Górny <mgorny@gentoo.org> gtest-1.7.0.ebuild:
Simplify multilib code. Set proper flags for autotools-multilib.
diff --git a/dev-cpp/gtest/gtest-1.7.0.ebuild b/dev-cpp/gtest/gtest-1.7.0.ebuild
index 6cff8d0a0e46..50cd37951439 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.2 2014/04/30 14:36:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.7.0.ebuild,v 1.3 2014/06/20 19:16:46 jer 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