Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
Date: Thu, 01 Sep 2022 01:30:40
Message-Id: 1661995829.87d4e2fad0847095a22030cba92a31d16336443e.sam@gentoo
1 commit: 87d4e2fad0847095a22030cba92a31d16336443e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 01:30:11 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 01:30:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d4e2fa
7
8 Revert "x11-plugins/wmifs: add ppp-defs for musl"
9
10 This reverts commit ec0dafa6f0ed2b7a81cf2e5a7adeb1ffe97961d5.
11
12 Oops. if_ppp.h != ppp_defs.h.
13
14 Bug: https://bugs.gentoo.org/713468
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 x11-plugins/wmifs/wmifs-1.8.ebuild | 5 ++---
18 1 file changed, 2 insertions(+), 3 deletions(-)
19
20 diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
21 index 1a40ced29412..906cf312e2c2 100644
22 --- a/x11-plugins/wmifs/wmifs-1.8.ebuild
23 +++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2022 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -15,7 +15,6 @@ IUSE=""
31 RDEPEND=">=x11-libs/libdockapp-0.7:=
32 x11-libs/libX11
33 x11-libs/libXpm"
34 -DEPEND="${RDEPEND}
35 - elibc_musl? ( net-libs/ppp-defs )"
36 +DEPEND="${RDEPEND}"
37
38 DOCS=( BUGS CHANGES HINTS README TODO )