From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD710158094 for ; Sat, 25 Jun 2022 15:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E24BEE0905; Sat, 25 Jun 2022 15:02:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6E5BE0903 for ; Sat, 25 Jun 2022 15:02:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B400A34175C for ; Sat, 25 Jun 2022 15:02:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 206D7516 for ; Sat, 25 Jun 2022 15:01:55 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1656169273.62cfd172827db5c3b8a45db31d3eeebca750fa67.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmnet/wmnet-1.06-r2.ebuild X-VCS-Directories: x11-plugins/wmnet/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 62cfd172827db5c3b8a45db31d3eeebca750fa67 X-VCS-Branch: master Date: Sat, 25 Jun 2022 15:01:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a9f0c4f-3301-4201-98b0-a94eb7da9412 X-Archives-Hash: d3f41f7ecb2e1d2d563a106e8099a764 commit: 62cfd172827db5c3b8a45db31d3eeebca750fa67 Author: Mike Gilbert gentoo org> AuthorDate: Fri Jun 24 22:03:29 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jun 25 15:01:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cfd172 x11-plugins/wmnet: depend on net-libs/ppp-defs on musl Closes: https://bugs.gentoo.org/713466 Signed-off-by: Mike Gilbert gentoo.org> x11-plugins/wmnet/wmnet-1.06-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmnet/wmnet-1.06-r2.ebuild b/x11-plugins/wmnet/wmnet-1.06-r2.ebuild index df7520120959..1b2ce83086b5 100644 --- a/x11-plugins/wmnet/wmnet-1.06-r2.ebuild +++ b/x11-plugins/wmnet/wmnet-1.06-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=7 @@ -17,7 +17,8 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + elibc_musl? ( net-libs/ppp-defs )" BDEPEND=" x11-base/xorg-proto >=x11-misc/imake-1.0.8-r1