x11-plugins/wmfsm: update EAPI 5 -> 8

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2021-10-16 19:37:54 +02:00
parent ef1b4c0362
commit 4ad61d165e

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=8
inherit autotools
@@ -13,7 +13,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
RDEPEND=">=x11-libs/libdockapp-0.7:=
RDEPEND="
>=x11-libs/libdockapp-0.7:=
x11-libs/libX11
x11-libs/libXext
x11-libs/libXt
@@ -23,7 +24,5 @@ DEPEND="${RDEPEND}
src_prepare() {
default
sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed failed"
eautoreconf
}