diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 11:40:42 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 11:40:42 +0200 |
commit | 7b55297e409bfce34a443f2171085d6d7e24c4db (patch) | |
tree | e7d1e8e176af05be18acec4d3d05e9947c6d36d6 /net-libs/czmq | |
parent | dev-libs/librdkafka: keyword ~arm64 (diff) | |
download | gentoo-7b55297e409bfce34a443f2171085d6d7e24c4db.tar.gz gentoo-7b55297e409bfce34a443f2171085d6d7e24c4db.tar.bz2 gentoo-7b55297e409bfce34a443f2171085d6d7e24c4db.zip |
net-libs/czmq: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs/czmq')
-rw-r--r-- | net-libs/czmq/czmq-3.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/czmq/czmq-3.0.2.ebuild b/net-libs/czmq/czmq-3.0.2.ebuild index 365f71a0cea3..3bbe065064fc 100644 --- a/net-libs/czmq/czmq-3.0.2.ebuild +++ b/net-libs/czmq/czmq-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://download.zeromq.org/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 arm hppa x86" +KEYWORDS="amd64 arm ~arm64 hppa x86" IUSE="doc static-libs test" RDEPEND=" |