commit: a1716d5a781cd41506a70bea6beebf6595428c29 Author: Nils Freydank <holgersson <AT> posteo <DOT> de> AuthorDate: Tue Jul 1 05:11:38 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Jul 2 05:58:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1716d5a
dev-vcs/git-lfs: Update live ebuild from 3.7.0 Signed-off-by: Nils Freydank <holgersson <AT> posteo.de> Part-of: https://github.com/gentoo/gentoo/pull/42823 Closes: https://github.com/gentoo/gentoo/pull/42823 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-vcs/git-lfs/git-lfs-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild index 0e65c61d5b22..4c2743167cb3 100644 --- a/dev-vcs/git-lfs/git-lfs-9999.ebuild +++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2024 Gentoo Authors +# Copyright 2017-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,6 +24,7 @@ else # 2) Compress the archive using XZ limiting decompression memory for # pretty constraint systems. # Use something like: + # GOMODCACHE="${PWD}"/go-mod go mod download -modcacherw # tar cf $P-deps.tar go-mod \ # --mtime="1970-01-01" --sort=name --owner=portage --group=portage # xz -k -9eT0 --memlimit-decompress=256M $P-deps.tar @@ -32,7 +33,7 @@ fi LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT" SLOT="0" -#KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +# KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" BDEPEND=" @@ -93,7 +94,7 @@ src_test() { local mygotestargs=( -ldflags="-X ${EGO_PN}/config.GitCommit=${COMMIT_ID}" ) - go test "${mygotestargs[@]}" ./... || die + ego test "${mygotestargs[@]}" ./... } pkg_postinst () {
