summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-06-30 13:28:01 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-06-30 13:28:19 -0700
commit662878531fe8c70b8c74f686483870fe3da8ea4c (patch)
treef59da66c74f9cf6956288c806159c723c08bef76 /sys-apps/exa
parentgui-wm/sway: 1.4-r2 stable amd64/x86/arm64 (diff)
downloadgentoo-662878531fe8c70b8c74f686483870fe3da8ea4c.tar.gz
gentoo-662878531fe8c70b8c74f686483870fe3da8ea4c.tar.bz2
gentoo-662878531fe8c70b8c74f686483870fe3da8ea4c.zip
sys-apps/exa: revbump, unbundle libgit2
Bug: https://bugs.gentoo.org/730252 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/exa')
-rw-r--r--sys-apps/exa/exa-0.9.0-r1.ebuild (renamed from sys-apps/exa/exa-0.9.0.ebuild)11
1 files changed, 4 insertions, 7 deletions
diff --git a/sys-apps/exa/exa-0.9.0.ebuild b/sys-apps/exa/exa-0.9.0-r1.ebuild
index 4be36c085f50..01d6850ecc92 100644
--- a/sys-apps/exa/exa-0.9.0.ebuild
+++ b/sys-apps/exa/exa-0.9.0-r1.ebuild
@@ -81,20 +81,17 @@ SLOT="0"
KEYWORDS="amd64 ~ppc64 ~x86"
IUSE="+git"
-DEPEND="
- git? (
- dev-libs/libgit2:=
- net-libs/http-parser:=
- )
-"
-
+DEPEND="git? ( dev-libs/libgit2:= )"
RDEPEND="${DEPEND}"
+# some tests fail on tmpfs/zfs/btrfs
RESTRICT="test"
QA_FLAGS_IGNORED="/usr/bin/exa"
src_compile() {
+ export LIBGIT2_SYS_USE_PKG_CONFIG=1
+ export PKG_CONFIG_ALLOW_CROSS=1
cargo_src_compile $(usex git "" --no-default-features)
}