commit: e1696b7da5794dd6d220597f52299c136043befa
Author: Yuhang Zeng <unlsycn <AT> unlsycn <DOT> com>
AuthorDate: Mon Feb 26 08:42:16 2024 +0000
Commit: Yuhang Zeng <unlsycn <AT> unlsycn <DOT> com>
CommitDate: Mon Feb 26 08:44:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1696b7d
net-misc/graftcp: keyword 0.7.1 for ~arm, ~arm64, ~x86
Signed-off-by: Yuhang Zeng <unlsycn <AT> unlsycn.com>
net-misc/graftcp/graftcp-0.7.1.ebuild | 4 ++--
1 file 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 9e7159bce0..6bee869a11 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() {