diff options
author | Chen, Chih-Chia <pigfoot@gmail.com> | 2022-01-07 19:48:16 +0800 |
---|---|---|
committer | Chen, Chih-Chia <pigfoot@gmail.com> | 2022-01-07 19:48:16 +0800 |
commit | 13fed9406536538691c5038fcc43024bc5a25bfb (patch) | |
tree | d0d7b544fe700d6da67b14282d7162e877385a6d /net-vpn/cloudflared/cloudflared-9999.ebuild | |
parent | [net-misc/gcsfuse] fix2 (diff) | |
download | pigfoot-13fed9406536538691c5038fcc43024bc5a25bfb.tar.gz pigfoot-13fed9406536538691c5038fcc43024bc5a25bfb.tar.bz2 pigfoot-13fed9406536538691c5038fcc43024bc5a25bfb.zip |
fix
Signed-off-by: Chen, Chih-Chia <pigfoot@gmail.com>
Diffstat (limited to 'net-vpn/cloudflared/cloudflared-9999.ebuild')
-rw-r--r-- | net-vpn/cloudflared/cloudflared-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/cloudflared/cloudflared-9999.ebuild b/net-vpn/cloudflared/cloudflared-9999.ebuild index 9b74776..06bc94f 100644 --- a/net-vpn/cloudflared/cloudflared-9999.ebuild +++ b/net-vpn/cloudflared/cloudflared-9999.ebuild @@ -25,12 +25,12 @@ else SRC_URI+="${EGO_SUM_SRC_URI}" S="${WORKDIR}/${EGO_VER}" + KEYWORDS="~amd64 ~x86 ~arm64 ~arm" fi DESCRIPTION="Argo Tunnel client, written in GoLang" LICENSE="Apache-2.0" SLOT="0/${PVR}" -KEYWORDS="~amd64 ~x86 ~arm" RESTRICT="mirror" IUSE="+pie" |