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 369AE158041 for ; Tue, 12 Mar 2024 02:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16508E2A0F; Tue, 12 Mar 2024 02:23:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F2B29E2A0F for ; Tue, 12 Mar 2024 02:23:34 +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 200B7341B52 for ; Tue, 12 Mar 2024 02:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65D111519 for ; Tue, 12 Mar 2024 02:23:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1710210188.ec39e98183d33f8c8f2d3e0ee9ab650586c39091.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libisds/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libisds/libisds-0.11.2.ebuild X-VCS-Directories: net-libs/libisds/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ec39e98183d33f8c8f2d3e0ee9ab650586c39091 X-VCS-Branch: master Date: Tue, 12 Mar 2024 02:23:32 +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: 2ab2b507-2544-44b5-89b6-80ecc29e576e X-Archives-Hash: a4c0db73b592b2c502289b41bbeacaea commit: ec39e98183d33f8c8f2d3e0ee9ab650586c39091 Author: Sam James gentoo org> AuthorDate: Tue Mar 12 02:22:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 12 02:23:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec39e981 net-libs/libisds: add libxml2 patch to 0.11.2 too Signed-off-by: Sam James gentoo.org> net-libs/libisds/libisds-0.11.2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-libs/libisds/libisds-0.11.2.ebuild b/net-libs/libisds/libisds-0.11.2.ebuild index dca50bdddc75..9d5f28e184ff 100644 --- a/net-libs/libisds/libisds-0.11.2.ebuild +++ b/net-libs/libisds/libisds-0.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,6 +33,10 @@ BDEPEND=" virtual/pkgconfig nls? ( sys-devel/gettext )" +PATCHES=( + "${FILESDIR}/${PN}-0.11.1-Fix-building-with-libxml2-2.12.0.patch" +) + src_configure() { local myeconfargs=( --disable-fatalwarnings