commit: 84c3af856f15f8e90ec6ded725f4e6f54efae67e Author: Nils Freydank <holgersson <AT> posteo <DOT> de> AuthorDate: Thu Mar 3 18:21:02 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Mar 4 09:49:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c3af85
dev-vcs/git-lfs: Bump the live ebuild's EAPI to 8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson <AT> posteo.de> Closes: https://github.com/gentoo/gentoo/pull/24395 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-vcs/git-lfs/git-lfs-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild index 9074b5b98409..820116904c3c 100644 --- a/dev-vcs/git-lfs/git-lfs-9999.ebuild +++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 EGO_PN=github.com/git-lfs/git-lfs inherit go-module
