diff options
author | Sam James <sam@gentoo.org> | 2021-07-15 18:43:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-15 18:45:15 +0100 |
commit | 847d67c8c8e02a46862ed802eaec1599134a9cfc (patch) | |
tree | 657dfda4cf21de1c5bb395ce35ea82698b5dfe86 /dev-libs | |
parent | dev-ml/ocamlnet: bump to 4.1.9 (diff) | |
download | gentoo-847d67c8c8e02a46862ed802eaec1599134a9cfc.tar.gz gentoo-847d67c8c8e02a46862ed802eaec1599134a9cfc.tar.bz2 gentoo-847d67c8c8e02a46862ed802eaec1599134a9cfc.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.12-r4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.12-r4.ebuild b/dev-libs/libxml2/libxml2-2.9.12-r4.ebuild index 975c32047f33..6027333fb815 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} )" |