Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/exa/
Date: Tue, 30 Jun 2020 20:28:51
Message-Id: 1593548899.662878531fe8c70b8c74f686483870fe3da8ea4c.gyakovlev@gentoo
1 commit: 662878531fe8c70b8c74f686483870fe3da8ea4c
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 30 20:28:01 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 20:28:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66287853
7
8 sys-apps/exa: revbump, unbundle libgit2
9
10 Bug: https://bugs.gentoo.org/730252
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 sys-apps/exa/{exa-0.9.0.ebuild => exa-0.9.0-r1.ebuild} | 11 ++++-------
15 1 file changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/sys-apps/exa/exa-0.9.0.ebuild b/sys-apps/exa/exa-0.9.0-r1.ebuild
18 similarity index 92%
19 rename from sys-apps/exa/exa-0.9.0.ebuild
20 rename to sys-apps/exa/exa-0.9.0-r1.ebuild
21 index 4be36c085f5..01d6850ecc9 100644
22 --- a/sys-apps/exa/exa-0.9.0.ebuild
23 +++ b/sys-apps/exa/exa-0.9.0-r1.ebuild
24 @@ -81,20 +81,17 @@ SLOT="0"
25 KEYWORDS="amd64 ~ppc64 ~x86"
26 IUSE="+git"
27
28 -DEPEND="
29 - git? (
30 - dev-libs/libgit2:=
31 - net-libs/http-parser:=
32 - )
33 -"
34 -
35 +DEPEND="git? ( dev-libs/libgit2:= )"
36 RDEPEND="${DEPEND}"
37
38 +# some tests fail on tmpfs/zfs/btrfs
39 RESTRICT="test"
40
41 QA_FLAGS_IGNORED="/usr/bin/exa"
42
43 src_compile() {
44 + export LIBGIT2_SYS_USE_PKG_CONFIG=1
45 + export PKG_CONFIG_ALLOW_CROSS=1
46 cargo_src_compile $(usex git "" --no-default-features)
47 }