diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-08-26 14:22:33 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-08-26 14:28:33 +0800 |
commit | 88be1426a77e29fc463ec982241856d2ec721365 (patch) | |
tree | 1c2fb504439e132961f533b849d6c126d0723bce /net-misc/zerotier | |
parent | dev-vcs/tig: add 2.5.7 (diff) | |
download | gentoo-88be1426a77e29fc463ec982241856d2ec721365.tar.gz gentoo-88be1426a77e29fc463ec982241856d2ec721365.tar.bz2 gentoo-88be1426a77e29fc463ec982241856d2ec721365.zip |
net-misc/zerotier: Keyword 1.6.4 riscv, #866497
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-misc/zerotier')
-rw-r--r-- | net-misc/zerotier/zerotier-1.6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/zerotier/zerotier-1.6.4.ebuild b/net-misc/zerotier/zerotier-1.6.4.ebuild index fc017b010fc9..174e38f2dce1 100644 --- a/net-misc/zerotier/zerotier-1.6.4.ebuild +++ b/net-misc/zerotier/zerotier-1.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/zerotier/ZeroTierOne/archive/${PV}.tar.gz -> ${P}.ta LICENSE="BSL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" IUSE="clang cpu_flags_arm_neon" S="${WORKDIR}/ZeroTierOne-${PV}" |