commit: 9ebb79a04f909576b0332655afb6764bcd01f017 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 30 21:47:36 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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() {
