commit:     ac5e34e355b38781725f213dc32976bc0467b16b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 01:59:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 02:00:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5e34e3

dev-libs/libxml2: restore LDFLAGS patch; drop unnecessary test patch

Bug: https://bugs.gentoo.org/833809
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../libxml2/{libxml2-2.9.13.ebuild => libxml2-2.9.13-r1.ebuild}     | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.13.ebuild 
b/dev-libs/libxml2/libxml2-2.9.13-r1.ebuild
similarity index 96%
rename from dev-libs/libxml2/libxml2-2.9.13.ebuild
rename to dev-libs/libxml2/libxml2-2.9.13-r1.ebuild
index be17892e064b..27ce91f0bfbc 100644
--- a/dev-libs/libxml2/libxml2-2.9.13.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.13-r1.ebuild
@@ -31,8 +31,6 @@ S="${WORKDIR}/${PN}-${PV%_rc*}"
 
 LICENSE="MIT"
 SLOT="2"
-# Dropped keywords for now because it's a minor LDFLAGS fix, and it will ease 
upgrades
-# bug #802210
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug examples icu lzma +python readline static-libs test"
 RESTRICT="!test? ( test )"
@@ -72,8 +70,8 @@ PATCHES=(
        # bug #745162
        "${WORKDIR}"/${PN}-2.9.8-python3-unicode-errors.patch
 
-       # Avoid failure on missing fuzz.h when running tests
-       "${WORKDIR}"/${PN}-2.9.11-disable-fuzz-tests.patch
+       # Don't bother copying Python's libraries (bug #798942)
+       "${WORKDIR}"/${PN}-2.9.12-dont-copy-python-ldflags.patch
 )
 
 src_unpack() {

Reply via email to