Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/
Date: Thu, 30 Apr 2020 05:32:50
Message-Id: 1588224740.736fd2a9c82c6d52b1cd61fee7b5507cecff82ba.mattst88@gentoo
1 commit: 736fd2a9c82c6d52b1cd61fee7b5507cecff82ba
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 05:31:02 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 05:32:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736fd2a9
7
8 dev-libs/libxml2: Enable USE=python by default
9
10 A handful of packages depend on libxml2[python] and enabling the USE
11 flag adds no dependencies a system won't already have.
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 dev-libs/libxml2/libxml2-2.9.9-r2.ebuild | 2 +-
16 dev-libs/libxml2/libxml2-2.9.9-r3.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild b/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild
20 index 18b2d16edf2..8897fe18e5b 100644
21 --- a/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild
22 +++ b/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild
23 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.xmlsoft.org/"
24 LICENSE="MIT"
25 SLOT="2"
26 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
27 -IUSE="debug examples icu ipv6 lzma python readline static-libs test"
28 +IUSE="debug examples icu ipv6 lzma +python readline static-libs test"
29 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
30 RESTRICT="!test? ( test )"
31
32
33 diff --git a/dev-libs/libxml2/libxml2-2.9.9-r3.ebuild b/dev-libs/libxml2/libxml2-2.9.9-r3.ebuild
34 index 5d076c35297..b226aa06cb9 100644
35 --- a/dev-libs/libxml2/libxml2-2.9.9-r3.ebuild
36 +++ b/dev-libs/libxml2/libxml2-2.9.9-r3.ebuild
37 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.xmlsoft.org/"
38 LICENSE="MIT"
39 SLOT="2"
40 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
41 -IUSE="debug examples icu ipv6 lzma python readline static-libs test"
42 +IUSE="debug examples icu ipv6 lzma +python readline static-libs test"
43 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
44 RESTRICT="!test? ( test )"