diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-04-06 03:31:16 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-04-15 09:18:48 +0300 |
commit | 3247fa5884e394d18badaa32752da6e8dd2f96b9 (patch) | |
tree | 4b1d67bafeecaaf3ce939c096f14fd958bd1eb46 /app-shells/gentoo-zsh-completions | |
parent | app-shells/gentoo-zsh-completions: add 20220112 (diff) | |
download | gentoo-3247fa5884e394d18badaa32752da6e8dd2f96b9.tar.gz gentoo-3247fa5884e394d18badaa32752da6e8dd2f96b9.tar.bz2 gentoo-3247fa5884e394d18badaa32752da6e8dd2f96b9.zip |
app-shells/gentoo-zsh-completions: update EAPI 6 -> 8
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/24925
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-shells/gentoo-zsh-completions')
-rw-r--r-- | app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild index 306738aed653..ac89d477c103 100644 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 if [[ ${PV} == 9999* ]] ; then inherit git-r3 |