From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1655541-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [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 34F37159C96 for <garchives@archives.gentoo.org>; Tue, 23 Jul 2024 06:41:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52B5AE29CD; Tue, 23 Jul 2024 06:41:46 +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 35372E29CD for <gentoo-commits@lists.gentoo.org>; Tue, 23 Jul 2024 06:41:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 17002340C7B for <gentoo-commits@lists.gentoo.org>; Tue, 23 Jul 2024 06:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50A1212CA for <gentoo-commits@lists.gentoo.org>; Tue, 23 Jul 2024 06:41:43 +0000 (UTC) From: "Fabian Groffen" <grobian@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" <grobian@gentoo.org> Message-ID: <1721716896.2d238f7f309fb7874e7d4e25bdcaa21e8ece083a.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/links/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/links/links-2.29-r1.ebuild X-VCS-Directories: www-client/links/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 2d238f7f309fb7874e7d4e25bdcaa21e8ece083a X-VCS-Branch: master Date: Tue, 23 Jul 2024 06:41:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ebb6ed27-65ad-4258-969c-05d4dad95f2e X-Archives-Hash: a5cef4430dce2d13096608b6d1a1e309 commit: 2d238f7f309fb7874e7d4e25bdcaa21e8ece083a Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Jul 23 06:39:52 2024 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Jul 23 06:41:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d238f7f www-client/links-2.29-r1: skip libbsd dep on Darwin Darwin is a BSD derivative, and provides strmode natively. Closes: https://bugs.gentoo.org/931216 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> www-client/links/links-2.29-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-client/links/links-2.29-r1.ebuild b/www-client/links/links-2.29-r1.ebuild index e80a0cafb866..18b3306ba264 100644 --- a/www-client/links/links-2.29-r1.ebuild +++ b/www-client/links/links-2.29-r1.ebuild @@ -17,8 +17,9 @@ IUSE="avif brotli bzip2 fbcon freetype gpm jpeg libevent livecd lzip lzma selinu GRAPHICS_DEPEND="media-libs/libpng:=" +# libbsd: #931216 RDEPEND=" - dev-libs/libbsd + !elibc_Darwin? ( dev-libs/libbsd ) avif? ( media-libs/libavif:= )