diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-20 23:25:02 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-20 23:25:02 -0400 |
commit | ca66b55fc5ea3ecbe1c209397aad44e00187f23e (patch) | |
tree | c96f804505e7bce74e3bf30e8588ff396ae2069c /net-misc/zerotier | |
parent | app-eselect/eselect-timezone: keyword ~arm64 (diff) | |
download | gentoo-ca66b55fc5ea3ecbe1c209397aad44e00187f23e.tar.gz gentoo-ca66b55fc5ea3ecbe1c209397aad44e00187f23e.tar.bz2 gentoo-ca66b55fc5ea3ecbe1c209397aad44e00187f23e.zip |
net-misc/zerotier: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'net-misc/zerotier')
-rw-r--r-- | net-misc/zerotier/zerotier-1.2.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/zerotier/zerotier-1.2.12.ebuild b/net-misc/zerotier/zerotier-1.2.12.ebuild index fa68ddc1c4f2..6f5351d0790d 100644 --- a/net-misc/zerotier/zerotier-1.2.12.ebuild +++ b/net-misc/zerotier/zerotier-1.2.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/zerotier/ZeroTierOne/archive/${PV}.tar.gz -> ${P}.ta LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" S="${WORKDIR}/ZeroTierOne-${PV}" |