diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2021-10-24 09:27:14 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2021-10-24 09:27:37 +0200 |
commit | 725d7be4a7083173e40a8fd59ddfc19d59999298 (patch) | |
tree | e746d7b5257fd0d0a9beced352acd6be69702248 /x11-themes | |
parent | x11-plugins/wmppp: bump to EAPI 8 (diff) | |
download | gentoo-725d7be4a7083173e40a8fd59ddfc19d59999298.tar.gz gentoo-725d7be4a7083173e40a8fd59ddfc19d59999298.tar.bz2 gentoo-725d7be4a7083173e40a8fd59ddfc19d59999298.zip |
x11-themes/gnustep-neos-theme: port to EAPI 7
vcs-clean eclass does not support EAPI 8 yet
Closes: https://bugs.gentoo.org/819144
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1-r1.ebuild (renamed from x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild b/x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1-r1.ebuild index a06b099d78ad..fe713bff6ee8 100644 --- a/x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild +++ b/x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit gnustep-2 vcs-clean @@ -19,6 +19,7 @@ S=${WORKDIR} RESTRICT="binchecks strip" src_prepare() { + default ecvs_clean } |