summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-10-10 20:17:29 +0000
committerMarkus Meier <maekke@gentoo.org>2014-10-10 20:17:29 +0000
commitf95bd0331332af0d0c80cc3cb5454749f052b629 (patch)
tree91a5c601a7d40fde9b50cc2a538744aef493c1ff /dev-libs/protobuf/protobuf-2.6.0.ebuild
parentversion bump wrt #520442, patch and ebuild from Émeric Maschino (diff)
downloadhistorical-f95bd0331332af0d0c80cc3cb5454749f052b629.tar.gz
historical-f95bd0331332af0d0c80cc3cb5454749f052b629.tar.bz2
historical-f95bd0331332af0d0c80cc3cb5454749f052b629.zip
add ~arm, bug #524082
Package-Manager: portage-2.2.14_rc1/cvs/Linux x86_64 RepoMan-Options: --include-arches="arm" Manifest-Sign-Key: 0x072AD062
Diffstat (limited to 'dev-libs/protobuf/protobuf-2.6.0.ebuild')
-rw-r--r--dev-libs/protobuf/protobuf-2.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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 )