From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12A9B15806C for ; Wed, 02 Jul 2025 05:59:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E840D341FA7 for ; Wed, 02 Jul 2025 05:59:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DB8D2110320; Wed, 02 Jul 2025 05:59:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CFC54110213 for ; Wed, 02 Jul 2025 05:59:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F251341FA7 for ; Wed, 02 Jul 2025 05:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A86D2CC1 for ; Wed, 02 Jul 2025 05:59:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1751435938.a1716d5a781cd41506a70bea6beebf6595428c29.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-lfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-lfs/git-lfs-9999.ebuild X-VCS-Directories: dev-vcs/git-lfs/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a1716d5a781cd41506a70bea6beebf6595428c29 X-VCS-Branch: master Date: Wed, 02 Jul 2025 05:59:04 +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: 3282ac41-d91e-4fbe-a855-5c15e47d5423 X-Archives-Hash: 5e77aaaf16a66f51642810a606d3a0a3 commit: a1716d5a781cd41506a70bea6beebf6595428c29 Author: Nils Freydank posteo de> AuthorDate: Tue Jul 1 05:11:38 2025 +0000 Commit: Arthur Zamarin gentoo 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 posteo.de> Part-of: https://github.com/gentoo/gentoo/pull/42823 Closes: https://github.com/gentoo/gentoo/pull/42823 Signed-off-by: Arthur Zamarin 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 () {