summaryrefslogtreecommitdiff
path: root/dev-util/cargo-c/cargo-c-0.9.30.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cargo-c/cargo-c-0.9.30.ebuild')
-rw-r--r--dev-util/cargo-c/cargo-c-0.9.30.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cargo-c/cargo-c-0.9.30.ebuild b/dev-util/cargo-c/cargo-c-0.9.30.ebuild
index e3a68b2fb262..efd999171092 100644
--- a/dev-util/cargo-c/cargo-c-0.9.30.ebuild
+++ b/dev-util/cargo-c/cargo-c-0.9.30.ebuild
@@ -352,7 +352,7 @@ LICENSE="MIT"
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD ISC MIT MPL-2.0 MPL-2.0 Unicode-DFS-2016"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
RDEPEND="dev-libs/libgit2:=
dev-libs/openssl:=
@@ -376,6 +376,6 @@ src_configure() {
# Some crates will auto-build and statically link C libraries(!)
# Tracker bug #709568
export LIBSSH2_SYS_USE_PKG_CONFIG=1
- export LIBGIT2_SYS_USE_PKG_CONFIG=1
+ export LIBGIT2_NO_VENDOR=1
export PKG_CONFIG_ALLOW_CROSS=1
}