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 5144F15838C for ; Tue, 30 Jan 2024 21:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 825312BC0A1; Tue, 30 Jan 2024 21:48:15 +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 5D9CD2BC0A1 for ; Tue, 30 Jan 2024 21:48:15 +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 3C6B23430C7 for ; Tue, 30 Jan 2024 21:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96F00BC0 for ; Tue, 30 Jan 2024 21:48:12 +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: <1706651260.9ebb79a04f909576b0332655afb6764bcd01f017.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/inkscape/inkscape-1.2.2-r4.ebuild X-VCS-Directories: media-gfx/inkscape/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ebb79a04f909576b0332655afb6764bcd01f017 X-VCS-Branch: master Date: Tue, 30 Jan 2024 21:48:12 +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: db42902c-cfba-4221-b8f0-2ed36238d9fc X-Archives-Hash: 2572b494ed4f8411a436af54606ba3b4 commit: 9ebb79a04f909576b0332655afb6764bcd01f017 Author: Sam James gentoo org> AuthorDate: Tue Jan 30 21:47:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 30 21:47:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebb79a0 media-gfx/inkscape: fix libxml2-2.12 compat for 1.2.2 too 1.3.x is going to be a pain to stable as needs newer boost, so... Bug: https://bugs.gentoo.org/923247 Bug: https://bugs.gentoo.org/923255 Signed-off-by: Sam James gentoo.org> media-gfx/inkscape/inkscape-1.2.2-r4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild b/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild index 3d15b4e0824c..c3246f097c88 100644 --- a/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild +++ b/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -107,6 +107,7 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}"/${PN}-1.2.2-fix-compile.patch + "${FILESDIR}"/${PN}-1.3.2-libxml2-2.12.patch ) pkg_pretend() {