summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen, Chih-Chia <pigfoot@gmail.com>2022-01-07 19:06:51 +0800
committerChen, Chih-Chia <pigfoot@gmail.com>2022-01-07 19:06:51 +0800
commit3a314e22551575fa0d5238700ac2218b880a1d26 (patch)
treea8e30b1a0e6353adfef12ffbfbbfc34f4555992a
parent[net-misc/gcsfuse] new ebuild (diff)
downloadpigfoot-3a314e22551575fa0d5238700ac2218b880a1d26.tar.gz
pigfoot-3a314e22551575fa0d5238700ac2218b880a1d26.tar.bz2
pigfoot-3a314e22551575fa0d5238700ac2218b880a1d26.zip
[net-misc/gcsfuse] fix
Signed-off-by: Chen, Chih-Chia <pigfoot@gmail.com>
-rw-r--r--net-misc/gcsfuse/gcsfuse-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gcsfuse/gcsfuse-9999.ebuild b/net-misc/gcsfuse/gcsfuse-9999.ebuild
index 2ff92df..cb4acef 100644
--- a/net-misc/gcsfuse/gcsfuse-9999.ebuild
+++ b/net-misc/gcsfuse/gcsfuse-9999.ebuild
@@ -10,6 +10,7 @@ inherit go-module
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://${EGO_PN}.git"
+ KEYWORDS="~amd64 ~x86 ~arm64 ~arm"
src_unpack() {
git-r3_src_unpack
@@ -30,7 +31,6 @@ fi
DESCRIPTION="A user-space file system for interacting with Google Cloud Storage"
LICENSE="Apache-2.0"
SLOT="0/${PVR}"
-KEYWORDS="~amd64 ~x86 ~arm"
RESTRICT="mirror"
IUSE="+pie"