summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-05-17 20:18:20 +0000
committerPacho Ramos <pacho@gentoo.org>2015-05-17 20:18:20 +0000
commitd5cebc3aab80a365d3ae576007a187fb2c2f49b6 (patch)
treeed53f2f060cf19eec2cc85c70dfe2021d58c2913 /dev-libs/protobuf
parentppc64 stable wrt bug #528240 (diff)
downloadgentoo-2-d5cebc3aab80a365d3ae576007a187fb2c2f49b6.tar.gz
gentoo-2-d5cebc3aab80a365d3ae576007a187fb2c2f49b6.tar.bz2
gentoo-2-d5cebc3aab80a365d3ae576007a187fb2c2f49b6.zip
ppc64 stable wrt bug #528240
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r--dev-libs/protobuf/ChangeLog5
-rw-r--r--dev-libs/protobuf/protobuf-2.6.1-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/protobuf/ChangeLog b/dev-libs/protobuf/ChangeLog
index 7535131fc68b..edfe94844d2c 100644
--- a/dev-libs/protobuf/ChangeLog
+++ b/dev-libs/protobuf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/protobuf
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.88 2015/05/15 12:41:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.89 2015/05/17 20:18:20 pacho Exp $
+
+ 17 May 2015; Pacho Ramos <pacho@gentoo.org> protobuf-2.6.1-r3.ebuild:
+ ppc64 stable wrt bug #528240
15 May 2015; Pacho Ramos <pacho@gentoo.org> protobuf-2.6.1-r3.ebuild:
ppc stable wrt bug #528240
diff --git a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild
index c3d555a24bcb..830de14f2462 100644
--- a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild
+++ b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild,v 1.4 2015/05/15 12:41:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild,v 1.5 2015/05/17 20:18:20 pacho Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=1
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/google/${PN}/releases/download/${PV}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0/9" # subslot = soname major version
-KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ppc ~ppc64 ~sh ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ppc ppc64 ~sh ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="emacs examples java python static-libs vim-syntax zlib"
CDEPEND="emacs? ( virtual/emacs )