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 BED7B158095 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 10FDFE0908; Sat, 25 Jun 2022 15:02:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 DE8BFE0903 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 AFEF334175B 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 0C8CA514 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: <1656169272.7fda492815afdf8d5fe61ddefa0532904a4b929f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bbppp/bbppp-0.2.5-r1.ebuild X-VCS-Directories: x11-misc/bbppp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7fda492815afdf8d5fe61ddefa0532904a4b929f 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: 3b50fc58-f335-4e73-8629-23d441da21d5 X-Archives-Hash: 59d29293d276bce377c1ec729f370b04 commit: 7fda492815afdf8d5fe61ddefa0532904a4b929f Author: Mike Gilbert gentoo org> AuthorDate: Fri Jun 24 22:01:29 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jun 25 15:01:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fda4928 x11-misc/bbppp: depend on net-libs/ppp-defs Closes: https://bugs.gentoo.org/713392 Signed-off-by: Mike Gilbert gentoo.org> x11-misc/bbppp/bbppp-0.2.5-r1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild b/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild index a8e1a0cdbba4..5ae4a57762d3 100644 --- a/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild +++ b/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,8 +13,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND} +COMMON_DEPEND="x11-libs/libX11" +DEPEND="${COMMON_DEPEND} + elibc_musl? ( net-libs/ppp-defs )" +RDEPEND="${COMMON_DEPEND} media-fonts/font-adobe-100dpi" PATCHES=(