diff options
author | Nils Freydank <holgersson@posteo.de> | 2024-11-24 20:31:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-01 11:44:35 +0000 |
commit | da3b5838c4f61ed878cb35c705645ce435cfb61c (patch) | |
tree | 6b5b2b1214672480074a47152cace8eb679d7742 /dev-vcs/git-lfs | |
parent | dev-vcs/git-lfs: Bump to 3.6.0 (diff) | |
download | gentoo-da3b5838c4f61ed878cb35c705645ce435cfb61c.tar.gz gentoo-da3b5838c4f61ed878cb35c705645ce435cfb61c.tar.bz2 gentoo-da3b5838c4f61ed878cb35c705645ce435cfb61c.zip |
dev-vcs/git-lfs: Do some housekeeping on the live ebuild
Signed-off-by: Nils Freydank <holgersson@posteo.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git-lfs')
-rw-r--r-- | dev-vcs/git-lfs/git-lfs-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild index cbd1a55aa124..0e65c61d5b22 100644 --- a/dev-vcs/git-lfs/git-lfs-9999.ebuild +++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 2017-2023 Gentoo Authors +# Copyright 2017-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 EGO_PN=github.com/git-lfs/git-lfs # Update the ID as it's included in each build. -COMMIT_ID="d06d6e9efd78ff4f958b072146ce167d87f60285" +COMMIT_ID="" inherit go-module shell-completion @@ -28,11 +28,11 @@ else # --mtime="1970-01-01" --sort=name --owner=portage --group=portage # xz -k -9eT0 --memlimit-decompress=256M $P-deps.tar SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/golang-pkg-deps/${P}-deps.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT" SLOT="0" +#KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" BDEPEND=" |