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: Sat, 02 Apr 2022 03:45:21
Message-Id: 1648871107.314fa1e7b4e7732eb28b5bfe09bab92c737580f5.sam@gentoo
1 commit: 314fa1e7b4e7732eb28b5bfe09bab92c737580f5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 03:45:07 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 03:45:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314fa1e7
7
8 dev-libs/libxml2: fix MultipleKeywordsLines
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libxml2/libxml2-2.9.13-r1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-libs/libxml2/libxml2-2.9.13-r1.ebuild b/dev-libs/libxml2/libxml2-2.9.13-r1.ebuild
16 index 4789bc568a0a..3378e7fad44d 100644
17 --- a/dev-libs/libxml2/libxml2-2.9.13-r1.ebuild
18 +++ b/dev-libs/libxml2/libxml2-2.9.13-r1.ebuild
19 @@ -37,7 +37,6 @@ S="${WORKDIR}/${PN}-${PV%_rc*}"
20
21 LICENSE="MIT"
22 SLOT="2"
23 -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"
24 IUSE="debug examples icu lzma +python readline static-libs test"
25 RESTRICT="!test? ( test )"
26 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"