lxde-base/lxsession: EAPI 8

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-07-28 05:15:17 +01:00
parent 52ffacebcb
commit 5469f7316a

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit vala autotools
@@ -49,7 +49,7 @@ PATCHES=(
src_prepare() {
rm *.stamp || die
vala_src_prepare
vala_setup
default
eautoreconf
}