Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/
Date: Sat, 16 Oct 2021 17:38:08
Message-Id: 1634405874.4ad61d165ee6fdf9a42b0616f72d5e53633bd48f.soap@gentoo
1 commit: 4ad61d165ee6fdf9a42b0616f72d5e53633bd48f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 17:37:54 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 17:37:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad61d16
7
8 x11-plugins/wmfsm: update EAPI 5 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
16 index c350aba8961..9edd1516785 100644
17 --- a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
18 +++ b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=8
26
27 inherit autotools
28
29 @@ -13,7 +13,8 @@ LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
32
33 -RDEPEND=">=x11-libs/libdockapp-0.7:=
34 +RDEPEND="
35 + >=x11-libs/libdockapp-0.7:=
36 x11-libs/libX11
37 x11-libs/libXext
38 x11-libs/libXt
39 @@ -23,7 +24,5 @@ DEPEND="${RDEPEND}
40
41 src_prepare() {
42 default
43 - sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed failed"
44 -
45 eautoreconf
46 }