diff options
author | Sam James <sam@gentoo.org> | 2024-01-30 21:47:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-30 21:47:40 +0000 |
commit | 9ebb79a04f909576b0332655afb6764bcd01f017 (patch) | |
tree | d0f45966f61e41b7caf2087ba5a0999a3868ed41 | |
parent | x11-misc/xdg-utils: add 1.2.0 (diff) | |
download | gentoo-9ebb79a04f909576b0332655afb6764bcd01f017.tar.gz gentoo-9ebb79a04f909576b0332655afb6764bcd01f017.tar.bz2 gentoo-9ebb79a04f909576b0332655afb6764bcd01f017.zip |
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@gentoo.org>
-rw-r--r-- | media-gfx/inkscape/inkscape-1.2.2-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |