commit:     662878531fe8c70b8c74f686483870fe3da8ea4c
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 20:28:01 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 20:28:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66287853

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 <AT> gentoo.org>

 sys-apps/exa/{exa-0.9.0.ebuild => exa-0.9.0-r1.ebuild} | 11 ++++-------
 1 file 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
similarity index 92%
rename from sys-apps/exa/exa-0.9.0.ebuild
rename to sys-apps/exa/exa-0.9.0-r1.ebuild
index 4be36c085f5..01d6850ecc9 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)
 }
 

Reply via email to