From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3217F1382C5 for ; Tue, 30 Jun 2020 20:28:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63A7EE08E2; Tue, 30 Jun 2020 20:28:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 459D5E08E2 for ; Tue, 30 Jun 2020 20:28:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F77534F0D2 for ; Tue, 30 Jun 2020 20:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBD1F274 for ; Tue, 30 Jun 2020 20:28:47 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1593548899.662878531fe8c70b8c74f686483870fe3da8ea4c.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/exa/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/exa/exa-0.9.0-r1.ebuild sys-apps/exa/exa-0.9.0.ebuild X-VCS-Directories: sys-apps/exa/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 662878531fe8c70b8c74f686483870fe3da8ea4c X-VCS-Branch: master Date: Tue, 30 Jun 2020 20:28:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07c0119c-b403-493f-aa78-33272a2875ec X-Archives-Hash: 28cf0ba18ea9df2a8d69dc2ffa2d1337 commit: 662878531fe8c70b8c74f686483870fe3da8ea4c Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Jun 30 20:28:01 2020 +0000 Commit: Georgy Yakovlev gentoo 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 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) }