Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/
Date: Mon, 21 Feb 2022 02:00:51
Message-Id: 1645408827.ac5e34e355b38781725f213dc32976bc0467b16b.sam@gentoo
1 commit: ac5e34e355b38781725f213dc32976bc0467b16b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 01:59:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 02:00:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5e34e3
7
8 dev-libs/libxml2: restore LDFLAGS patch; drop unnecessary test patch
9
10 Bug: https://bugs.gentoo.org/833809
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../libxml2/{libxml2-2.9.13.ebuild => libxml2-2.9.13-r1.ebuild} | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/libxml2/libxml2-2.9.13.ebuild b/dev-libs/libxml2/libxml2-2.9.13-r1.ebuild
17 similarity index 96%
18 rename from dev-libs/libxml2/libxml2-2.9.13.ebuild
19 rename to dev-libs/libxml2/libxml2-2.9.13-r1.ebuild
20 index be17892e064b..27ce91f0bfbc 100644
21 --- a/dev-libs/libxml2/libxml2-2.9.13.ebuild
22 +++ b/dev-libs/libxml2/libxml2-2.9.13-r1.ebuild
23 @@ -31,8 +31,6 @@ S="${WORKDIR}/${PN}-${PV%_rc*}"
24
25 LICENSE="MIT"
26 SLOT="2"
27 -# Dropped keywords for now because it's a minor LDFLAGS fix, and it will ease upgrades
28 -# bug #802210
29 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"
30 IUSE="debug examples icu lzma +python readline static-libs test"
31 RESTRICT="!test? ( test )"
32 @@ -72,8 +70,8 @@ PATCHES=(
33 # bug #745162
34 "${WORKDIR}"/${PN}-2.9.8-python3-unicode-errors.patch
35
36 - # Avoid failure on missing fuzz.h when running tests
37 - "${WORKDIR}"/${PN}-2.9.11-disable-fuzz-tests.patch
38 + # Don't bother copying Python's libraries (bug #798942)
39 + "${WORKDIR}"/${PN}-2.9.12-dont-copy-python-ldflags.patch
40 )
41
42 src_unpack() {