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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0B6D13933E for ; Thu, 15 Jul 2021 17:46:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A439E0B14; Thu, 15 Jul 2021 17:46:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E76E2E0B14 for ; Thu, 15 Jul 2021 17:46:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01400340FDB for ; Thu, 15 Jul 2021 17:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87DD37B3 for ; Thu, 15 Jul 2021 17:46:03 +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: <1626371115.847d67c8c8e02a46862ed802eaec1599134a9cfc.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.12-r4.ebuild X-VCS-Directories: dev-libs/libxml2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 847d67c8c8e02a46862ed802eaec1599134a9cfc X-VCS-Branch: master Date: Thu, 15 Jul 2021 17:46:03 +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: 30ba1d30-ede5-400f-83b8-ef256db6aa9b X-Archives-Hash: ec8aacea5ef1be2e516a7bf651eceb2d commit: 847d67c8c8e02a46862ed802eaec1599134a9cfc Author: Sam James gentoo org> AuthorDate: Thu Jul 15 17:43:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 15 17:45:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=847d67c8 dev-libs/libxml2: unkeyword 2.9.12-r4 Ebuild is fine but this will ease upgrades by not giving Portage a reason to schedule libxml2 (erroneously) before libxcrypt. Bug: https://bugs.gentoo.org/802210 Bug: https://bugs.gentoo.org/798942 Signed-off-by: Sam James gentoo.org> dev-libs/libxml2/libxml2-2.9.12-r4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/libxml2/libxml2-2.9.12-r4.ebuild b/dev-libs/libxml2/libxml2-2.9.12-r4.ebuild index 975c32047f3..6027333fb81 100644 --- a/dev-libs/libxml2/libxml2-2.9.12-r4.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.12-r4.ebuild @@ -34,7 +34,9 @@ S="${WORKDIR}/${PN}-${PV%_rc*}" LICENSE="MIT" SLOT="2" -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" +# 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 ipv6 lzma +python readline static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"