commit:     7bbe8523321447cd14ac683242a8d253fb629c07
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 05:54:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 05:55:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbe8523

sys-apps/eza: update environment variable for forcing system libgit2

See d98b521e041fe26b4f5e7b495e1cf11b7963903a.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/eza/{eza-0.17.2.ebuild => eza-0.17.2-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/eza/eza-0.17.2.ebuild b/sys-apps/eza/eza-0.17.2-r1.ebuild
similarity index 98%
rename from sys-apps/eza/eza-0.17.2.ebuild
rename to sys-apps/eza/eza-0.17.2-r1.ebuild
index f31a0687ecba..ce4507d1c264 100644
--- a/sys-apps/eza/eza-0.17.2.ebuild
+++ b/sys-apps/eza/eza-0.17.2-r1.ebuild
@@ -208,7 +208,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="+git"
 
-DEPEND="git? ( dev-libs/libgit2:= )"
+DEPEND="git? ( >=dev-libs/libgit2-1.7.0:= )"
 RDEPEND="${DEPEND}"
 BDEPEND=">=virtual/rust-1.70.0"
 
@@ -229,7 +229,7 @@ src_configure() {
        local myfeatures=(
                $(usev git)
        )
-       export LIBGIT2_SYS_USE_PKG_CONFIG=1
+       export LIBGIT2_NO_VENDOR=1
        export PKG_CONFIG_ALLOW_CROSS=1
        cargo_src_configure --no-default-features
 }

Reply via email to