diff options
author | Markus Meier <maekke@gentoo.org> | 2014-01-30 23:14:01 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-01-30 23:14:01 +0000 |
commit | 4ddbeda249024958151ef3d9d59341c0b5f72235 (patch) | |
tree | b4efba2699d2f2611f099e09536ba74c608bb4d8 /dev-libs/protobuf | |
parent | add ~arm, bug #497208 (diff) | |
download | gentoo-2-4ddbeda249024958151ef3d9d59341c0b5f72235.tar.gz gentoo-2-4ddbeda249024958151ef3d9d59341c0b5f72235.tar.bz2 gentoo-2-4ddbeda249024958151ef3d9d59341c0b5f72235.zip |
arm stable, bug #496842
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/protobuf/protobuf-2.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/protobuf/ChangeLog b/dev-libs/protobuf/ChangeLog index be61d3c693d3..425b6fbbf5d0 100644 --- a/dev-libs/protobuf/ChangeLog +++ b/dev-libs/protobuf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/protobuf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.58 2014/01/20 15:57:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.59 2014/01/30 23:14:01 maekke Exp $ + + 30 Jan 2014; Markus Meier <maekke@gentoo.org> protobuf-2.5.0.ebuild: + arm stable, bug #496842 20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> protobuf-2.5.0.ebuild: Stable for ppc, wrt bug #496842 diff --git a/dev-libs/protobuf/protobuf-2.5.0.ebuild b/dev-libs/protobuf/protobuf-2.5.0.ebuild index b2b568dfd66f..12f3e964f1a3 100644 --- a/dev-libs/protobuf/protobuf-2.5.0.ebuild +++ b/dev-libs/protobuf/protobuf-2.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v 1.10 2014/01/20 15:57:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v 1.11 2014/01/30 23:14:01 maekke Exp $ EAPI=5 JAVA_PKG_IUSE="source" @@ -15,7 +15,7 @@ SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0/8" # subslot = soname major version -KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos x86-macos" +KEYWORDS="amd64 arm ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos x86-macos" IUSE="emacs examples java python static-libs vim-syntax" CDEPEND="emacs? ( virtual/emacs ) |