commit: a7a98f2cc2658ef65bc1b1f2d52ec280f6275318
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 18:51:00 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 09:35:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a98f2c
app-editors/zile: Bump to EAPI 8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/zile/{zile-2.6.2.ebuild => zile-2.6.2-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/app-editors/zile/zile-2.6.2.ebuild
b/app-editors/zile/zile-2.6.2-r1.ebuild
similarity index 96%
rename from app-editors/zile/zile-2.6.2.ebuild
rename to app-editors/zile/zile-2.6.2-r1.ebuild
index dc7e5f762427..fe415806455a 100644
--- a/app-editors/zile/zile-2.6.2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r1.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
VALA_MIN_API_VERSION=0.52
inherit toolchain-funcs vala
@@ -30,10 +30,13 @@ DOCS="README THANKS"
QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
+pkg_setup() {
+ vala_setup
+}
+
src_prepare() {
default
rm *_vala.stamp || die
- vala_src_prepare
}
src_configure() {