summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-08-04 19:01:30 +0000
committerPacho Ramos <pacho@gentoo.org>2015-08-04 19:01:30 +0000
commit239172602407548510ffc69665721a25b42c1000 (patch)
tree7b590693c3a828e9410e5f863b14a393597292ac /dev-libs
parentStable for all (diff)
downloadgentoo-2-239172602407548510ffc69665721a25b42c1000.tar.gz
gentoo-2-239172602407548510ffc69665721a25b42c1000.tar.bz2
gentoo-2-239172602407548510ffc69665721a25b42c1000.zip
sparc stable, bug #528240
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs')
-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 369b47e3ddfc..d4a47e98715f 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.94 2015/07/29 14:42:38 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.95 2015/08/04 19:01:30 pacho Exp $
+
+ 04 Aug 2015; Pacho Ramos <pacho@gentoo.org> protobuf-2.6.1-r3.ebuild:
+ sparc stable, bug #528240
29 Jul 2015; Tobias Klausmann <klausman@gentoo.org> protobuf-2.6.1-r3.ebuild:
Stable on alpha, bug 519772
diff --git a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild
index 3a451e39a637..3671aa16e9f2 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.9 2015/07/29 14:42:38 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild,v 1.10 2015/08/04 19:01:30 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="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc ~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 )