aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuhang Zeng <unlsycn@unlsycn.com>2024-02-26 16:42:16 +0800
committerYuhang Zeng <unlsycn@unlsycn.com>2024-02-26 16:44:31 +0800
commite1696b7da5794dd6d220597f52299c136043befa (patch)
treec527382e5f70898c74e1320f3874147f2ea1184a /net-misc
parentwww-apps/vaultwarden-web/vaultwarden-web: add line break (diff)
downloadguru-e1696b7da5794dd6d220597f52299c136043befa.tar.gz
guru-e1696b7da5794dd6d220597f52299c136043befa.tar.bz2
guru-e1696b7da5794dd6d220597f52299c136043befa.zip
net-misc/graftcp: keyword 0.7.1 for ~arm, ~arm64, ~x86
Signed-off-by: Yuhang Zeng <unlsycn@unlsycn.com>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/graftcp/graftcp-0.7.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/graftcp/graftcp-0.7.1.ebuild b/net-misc/graftcp/graftcp-0.7.1.ebuild
index 9e7159bce..6bee869a1 100644
--- a/net-misc/graftcp/graftcp-0.7.1.ebuild
+++ b/net-misc/graftcp/graftcp-0.7.1.ebuild
@@ -16,7 +16,7 @@ else
https://github.com/hmgle/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/unlsycn/${PN}/releases/download/vendor-${PV}/${PN}-local-vendor-${PV}.tar.xz -> vendor.tar.xz
"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86 "
fi
LICENSE="GPL-3"
@@ -43,7 +43,7 @@ src_prepare() {
}
src_compile() {
- emake CC="$(tc-getCC)" CXX="$(tc-getCXX)"
+ emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" AR="$(tc-getAR)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {