From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 2D3DF15807A for ; Tue, 8 Oct 2024 14:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBE9DE29FB; Tue, 8 Oct 2024 14:36:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D15BDE29FB for ; Tue, 8 Oct 2024 14:36:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 626D73430E0 for ; Tue, 8 Oct 2024 14:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C02427F9 for ; Tue, 8 Oct 2024 14:36:23 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1728397762.675f603797ca9dfac18d92a015e3c287afb3fd36.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/xqilla/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/xqilla/xqilla-2.3.4-r2.ebuild dev-libs/xqilla/xqilla-2.3.4-r3.ebuild X-VCS-Directories: dev-libs/xqilla/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 675f603797ca9dfac18d92a015e3c287afb3fd36 X-VCS-Branch: master Date: Tue, 8 Oct 2024 14:36:23 +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: 2f9ab763-7bd1-4c93-b2a7-4e215b746301 X-Archives-Hash: 6142c652d8b99dc7ca56d7eeb234a406 commit: 675f603797ca9dfac18d92a015e3c287afb3fd36 Author: Takuya Wakazono gmail com> AuthorDate: Tue Oct 8 14:29:22 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Oct 8 14:29:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=675f6037 dev-libs/xqilla: fix DEPEND Closes: https://bugs.gentoo.org/786471 Closes: https://bugs.gentoo.org/839879 Closes: https://bugs.gentoo.org/932400 Signed-off-by: Takuya Wakazono gmail.com> dev-libs/xqilla/{xqilla-2.3.4-r2.ebuild => xqilla-2.3.4-r3.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-libs/xqilla/xqilla-2.3.4-r2.ebuild b/dev-libs/xqilla/xqilla-2.3.4-r3.ebuild similarity index 92% rename from dev-libs/xqilla/xqilla-2.3.4-r2.ebuild rename to dev-libs/xqilla/xqilla-2.3.4-r3.ebuild index d603cb876..08f7a3067 100644 --- a/dev-libs/xqilla/xqilla-2.3.4-r2.ebuild +++ b/dev-libs/xqilla/xqilla-2.3.4-r3.ebuild @@ -16,7 +16,11 @@ SLOT="0" KEYWORDS="~amd64" IUSE="static-libs tidy" -DEPEND=">=dev-libs/xerces-c-3.2.1 tidy? ( app-text/htmltidy )" +DEPEND=" + >=dev-libs/xerces-c-3.2.1 + net-libs/libnsl:= + tidy? ( app-text/htmltidy:= ) +" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/lib_to_lib64.patch )