summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-07-04 12:24:46 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-07-04 12:24:46 +0000
commita6379b06b4e4b6c3335c5340d4eedb1f33b238ae (patch)
tree2a2213e5e2a9cd2316fdead0c9aa1a97dd5cecbf /dev-libs/protobuf
parentStable for x86, wrt bug #474922 (diff)
downloadgentoo-2-a6379b06b4e4b6c3335c5340d4eedb1f33b238ae.tar.gz
gentoo-2-a6379b06b4e4b6c3335c5340d4eedb1f33b238ae.tar.bz2
gentoo-2-a6379b06b4e4b6c3335c5340d4eedb1f33b238ae.zip
Stable for x86, wrt bug #474922
(Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r--dev-libs/protobuf/ChangeLog5
-rw-r--r--dev-libs/protobuf/protobuf-2.4.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/protobuf/ChangeLog b/dev-libs/protobuf/ChangeLog
index 96a330850963..61f3be673d64 100644
--- a/dev-libs/protobuf/ChangeLog
+++ b/dev-libs/protobuf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/protobuf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.49 2013/06/29 20:36:06 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.50 2013/07/04 12:24:46 ago Exp $
+
+ 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> protobuf-2.4.1.ebuild:
+ Stable for x86, wrt bug #474922
29 Jun 2013; Tim Harder <radhermit@gentoo.org> protobuf-2.5.0.ebuild:
Make python deps optional (bug #475242 by Diego Elio Pettenò).
diff --git a/dev-libs/protobuf/protobuf-2.4.1.ebuild b/dev-libs/protobuf/protobuf-2.4.1.ebuild
index e71298daf724..b60a0b4b2d58 100644
--- a/dev-libs/protobuf/protobuf-2.4.1.ebuild
+++ b/dev-libs/protobuf/protobuf-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.4.1.ebuild,v 1.10 2013/06/29 19:40:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.4.1.ebuild,v 1.11 2013/07/04 12:24:46 ago Exp $
EAPI="3"
@@ -16,7 +16,7 @@ SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
IUSE="emacs examples java python static-libs vim-syntax"
DEPEND="${DEPEND} java? ( >=virtual/jdk-1.5 )