summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2015-06-27 12:30:59 +0000
committerMarkus Meier <maekke@gentoo.org>2015-06-27 12:30:59 +0000
commit60a9e7468ca6030c66a179204fc6ca9cff81277c (patch)
tree0e55b5f267aeef921035e9766c9b8fcea1ccec63
parentRemove old development versions (diff)
downloadgentoo-2-60a9e7468ca6030c66a179204fc6ca9cff81277c.tar.gz
gentoo-2-60a9e7468ca6030c66a179204fc6ca9cff81277c.tar.bz2
gentoo-2-60a9e7468ca6030c66a179204fc6ca9cff81277c.zip
arm stable, bug #528240
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-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 0ffc34896492..d6241c648838 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.90 2015/06/09 18:47:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.91 2015/06/27 12:30:59 maekke Exp $
+
+ 27 Jun 2015; Markus Meier <maekke@gentoo.org> protobuf-2.6.1-r3.ebuild:
+ arm stable, bug #528240
09 Jun 2015; Ulrich Müller <ulm@gentoo.org>
files/protobuf-2.5.0-emacs-24.4.patch:
diff --git a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild
index 830de14f2462..0a1138d55b77 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.5 2015/05/17 20:18:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild,v 1.6 2015/06/27 12:30:59 maekke 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 )