From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D26BD15808B for ; Mon, 21 Feb 2022 02:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F7FFE0972; Mon, 21 Feb 2022 02:00:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E63B0E0972 for ; Mon, 21 Feb 2022 02:00:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD5C83437C6 for ; Mon, 21 Feb 2022 02:00:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A67B250 for ; Mon, 21 Feb 2022 02:00:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645408827.ac5e34e355b38781725f213dc32976bc0467b16b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxml2/libxml2-2.9.13-r1.ebuild dev-libs/libxml2/libxml2-2.9.13.ebuild X-VCS-Directories: dev-libs/libxml2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac5e34e355b38781725f213dc32976bc0467b16b X-VCS-Branch: master Date: Mon, 21 Feb 2022 02:00:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29134232-141d-432e-9cca-bddaa3728e9b X-Archives-Hash: bd0f5a4e6dc029e0d65acd6cb11501c1 commit: ac5e34e355b38781725f213dc32976bc0467b16b Author: Sam James gentoo org> AuthorDate: Mon Feb 21 01:59:57 2022 +0000 Commit: Sam James gentoo 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 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() {