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>
This commit is contained in:
Bernard Cafarelli 2021-10-24 09:27:14 +02:00
parent 253386480c
commit 725d7be4a7
No known key found for this signature in database
GPG Key ID: 00F7AB331B0F097F
1 changed files with 2 additions and 1 deletions

View File

@ -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
}