commit: 4ad61d165ee6fdf9a42b0616f72d5e53633bd48f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 17:37:54 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 17:37:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad61d16
x11-plugins/wmfsm: update EAPI 5 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
index c350aba8961..9edd1516785 100644
--- a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
+++ b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
@@ -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
}