diff options
author | Martin Väth <martin@mvath.de> | 2022-01-15 07:08:01 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2022-01-15 07:08:01 +0100 |
commit | b803dcf240c9c14f1c4b305f8520e57bbdad3e38 (patch) | |
tree | 74eb0923ad75ce973a048de4f003a7ce535fb731 /dev-vcs | |
parent | app-portage/etcat: EAPI bump. Create missing stardict.eclass (diff) | |
download | mv-b803dcf240c9c14f1c4b305f8520e57bbdad3e38.tar.gz mv-b803dcf240c9c14f1c4b305f8520e57bbdad3e38.tar.bz2 mv-b803dcf240c9c14f1c4b305f8520e57bbdad3e38.zip |
Bump most packages to EAPI=8
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-wrappers-mv/git-wrappers-mv-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-wrappers-mv/git-wrappers-mv-2.3.ebuild b/dev-vcs/git-wrappers-mv/git-wrappers-mv-2.3.ebuild index 48690c06..655a3311 100644 --- a/dev-vcs/git-wrappers-mv/git-wrappers-mv-2.3.ebuild +++ b/dev-vcs/git-wrappers-mv/git-wrappers-mv-2.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 2016-2021 Martin V\"ath +# Copyright 2016-2022 Martin V\"ath # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 RESTRICT="mirror" DESCRIPTION="Some personal wrappers for the most important git commands" |