summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-21 01:59:57 +0000
committerSam James <sam@gentoo.org>2022-02-21 02:00:27 +0000
commitac5e34e355b38781725f213dc32976bc0467b16b (patch)
tree0fd24273ca08d692825b281156b0cc14cba1eb14 /dev-libs
parentsys-kernel/zen-sources: Version bump, drop arm64 which is broken w/5.16 (diff)
downloadgentoo-ac5e34e355b38781725f213dc32976bc0467b16b.tar.gz
gentoo-ac5e34e355b38781725f213dc32976bc0467b16b.tar.bz2
gentoo-ac5e34e355b38781725f213dc32976bc0467b16b.zip
dev-libs/libxml2: restore LDFLAGS patch; drop unnecessary test patch
Bug: https://bugs.gentoo.org/833809 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libxml2/libxml2-2.9.13-r1.ebuild (renamed from dev-libs/libxml2/libxml2-2.9.13.ebuild)6
1 files 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
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() {