diff options
author | Markus Meier <maekke@gentoo.org> | 2014-10-10 20:17:24 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-10-10 20:17:24 +0000 |
commit | fd1b6850d135ff81b27350258380a0801f368536 (patch) | |
tree | c08346a348060022be96130ef701dabc21c2cdb0 | |
parent | add ~arm, bug #520692 (diff) | |
download | gentoo-2-fd1b6850d135ff81b27350258380a0801f368536.tar.gz gentoo-2-fd1b6850d135ff81b27350258380a0801f368536.tar.bz2 gentoo-2-fd1b6850d135ff81b27350258380a0801f368536.zip |
add ~arm, bug #524082
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-rw-r--r-- | dev-libs/protobuf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/protobuf/protobuf-2.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/protobuf/ChangeLog b/dev-libs/protobuf/ChangeLog index 2a98822617ad..faf59e55f09b 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.66 2014/10/07 06:47:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.67 2014/10/10 20:17:24 maekke Exp $ + + 10 Oct 2014; Markus Meier <maekke@gentoo.org> protobuf-2.6.0.ebuild: + add ~arm, bug #524082 07 Oct 2014; Tim Harder <radhermit@gentoo.org> protobuf-2.6.0.ebuild: Add github homepage. diff --git a/dev-libs/protobuf/protobuf-2.6.0.ebuild b/dev-libs/protobuf/protobuf-2.6.0.ebuild index fefdeab81c33..ab54cba250d3 100644 --- a/dev-libs/protobuf/protobuf-2.6.0.ebuild +++ b/dev-libs/protobuf/protobuf-2.6.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.6.0.ebuild,v 1.4 2014/10/07 06:47:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.6.0.ebuild,v 1.5 2014/10/10 20:17:24 maekke Exp $ EAPI=5 JAVA_PKG_IUSE="source" @@ -15,7 +15,7 @@ SRC_URI="https://protobuf.googlecode.com/svn/rc/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0/9" # subslot = soname major version -KEYWORDS="~amd64 -hppa ~mips -ppc -ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm -hppa ~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 ) |