diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-15 15:09:22 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-15 15:09:22 +0200 |
commit | 2d87d63c6430979b77c57a8d92ead4159b4492c9 (patch) | |
tree | 6773b9ab69d2b0f99a58e76b29d2ebaa029322db /dev-libs/nanomsg | |
parent | dev-python/pycapnp: add py36 (diff) | |
download | gentoo-2d87d63c6430979b77c57a8d92ead4159b4492c9.tar.gz gentoo-2d87d63c6430979b77c57a8d92ead4159b4492c9.tar.bz2 gentoo-2d87d63c6430979b77c57a8d92ead4159b4492c9.zip |
dev-libs/nanomsg: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-libs/nanomsg')
-rw-r--r-- | dev-libs/nanomsg/nanomsg-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild b/dev-libs/nanomsg/nanomsg-1.0.0.ebuild index 8dd5b0c1e7de..b2e2b2fb1d47 100644 --- a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.0.0.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/5.0.0" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~arm64" IUSE="doc static-libs" DEPEND="doc? ( dev-ruby/asciidoctor )" |