diff options
author | Nils Freydank <holgersson@posteo.de> | 2022-03-03 19:21:02 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-03-04 11:49:49 +0200 |
commit | 84c3af856f15f8e90ec6ded725f4e6f54efae67e (patch) | |
tree | cc81cce07a41d287e9f64e66b8cb425fab242ac8 /dev-vcs/git-lfs | |
parent | dev-vcs/git-lfs: Bump to 3.1.2 (diff) | |
download | gentoo-84c3af856f15f8e90ec6ded725f4e6f54efae67e.tar.gz gentoo-84c3af856f15f8e90ec6ded725f4e6f54efae67e.tar.bz2 gentoo-84c3af856f15f8e90ec6ded725f4e6f54efae67e.zip |
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@posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/24395
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs/git-lfs')
-rw-r--r-- | dev-vcs/git-lfs/git-lfs-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |