summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-03-16 18:00:10 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-03-16 18:00:10 +0000
commitc113b6f673a2a30b15955b27d4738f0603a73b08 (patch)
treefef7e00996ce69e819b724bde445475eb2ac8176 /dev-libs/protobuf
parentRemove outdated (diff)
downloadgentoo-2-c113b6f673a2a30b15955b27d4738f0603a73b08.tar.gz
gentoo-2-c113b6f673a2a30b15955b27d4738f0603a73b08.tar.bz2
gentoo-2-c113b6f673a2a30b15955b27d4738f0603a73b08.zip
ppc/ppc64 stable wrt #348574
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r--dev-libs/protobuf/ChangeLog5
-rw-r--r--dev-libs/protobuf/protobuf-2.3.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/protobuf/ChangeLog b/dev-libs/protobuf/ChangeLog
index 48d812927643..2a5f3d3cb992 100644
--- a/dev-libs/protobuf/ChangeLog
+++ b/dev-libs/protobuf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/protobuf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.25 2011/02/12 22:19:02 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.26 2011/03/16 18:00:10 xarthisius Exp $
+
+ 16 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> protobuf-2.3.0-r1.ebuild:
+ ppc/ppc64 stable wrt #348574
*protobuf-2.4.0a (12 Feb 2011)
diff --git a/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild b/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild
index 8ad5476e3442..6a8e2a5b8ade 100644
--- a/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild
+++ b/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild,v 1.4 2011/01/12 20:47:56 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild,v 1.5 2011/03/16 18:00:10 xarthisius Exp $
EAPI="3"
@@ -15,7 +15,7 @@ SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~x64-macos"
IUSE="emacs examples java python static-libs vim-syntax"
DEPEND="${DEPEND} java? ( >=virtual/jdk-1.5 )