Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/
Date: Thu, 13 Jan 2022 23:06:17
Message-Id: 1642115163.7ff16df2524cffd83231f3a7678aba7e713ed79d.jsmolic@gentoo
1 commit: 7ff16df2524cffd83231f3a7678aba7e713ed79d
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 23:06:03 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 23:06:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff16df2
7
8 dev-python/lxml: Stabilize 4.7.1 x86, #831147
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/lxml/lxml-4.7.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/lxml/lxml-4.7.1.ebuild b/dev-python/lxml/lxml-4.7.1.ebuild
16 index c76c4f67a229..58f92b1dc364 100644
17 --- a/dev-python/lxml/lxml-4.7.1.ebuild
18 +++ b/dev-python/lxml/lxml-4.7.1.ebuild
19 @@ -14,7 +14,7 @@ S=${WORKDIR}/lxml-${P}
20
21 LICENSE="BSD ElementTree GPL-2 PSF-2"
22 SLOT="0"
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 ~x64-solaris ~x86-solaris"
24 +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 ~x64-solaris ~x86-solaris"
25 IUSE="doc examples +threads test"
26 RESTRICT="!test? ( test )"