commit: fe4b53c2e553126a3f0a4809d96d176c069a45ea Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 1 01:22:57 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 1 01:23:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4b53c2
x11-plugins/wmppp: add ppp-defs for musl Closes: https://bugs.gentoo.org/716376 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild index 9b9b0e378314..f802b006d36d 100644 --- a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild +++ b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,8 @@ RDEPEND=">=x11-libs/libdockapp-0.7:= x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + elibc_musl? ( net-libs/ppp-defs )" # Specific to this tarball S=${WORKDIR}/dockapps-7ec9002
