dev-libs/libxml2: Enable USE=python by default
authorMatt Turner <mattst88@gentoo.org>
Thu, 30 Apr 2020 05:31:02 +0000 (22:31 -0700)
committerMatt Turner <mattst88@gentoo.org>
Thu, 30 Apr 2020 05:32:20 +0000 (22:32 -0700)
A handful of packages depend on libxml2[python] and enabling the USE
flag adds no dependencies a system won't already have.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
dev-libs/libxml2/libxml2-2.9.9-r2.ebuild
dev-libs/libxml2/libxml2-2.9.9-r3.ebuild

index 18b2d16edf2c77ff3064083226cf68c1eead32fd..8897fe18e5b3fe68b6a727ee924c0c45af9157d8 100644 (file)
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.xmlsoft.org/"
 LICENSE="MIT"
 SLOT="2"
 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"
-IUSE="debug examples icu ipv6 lzma python readline static-libs test"
+IUSE="debug examples icu ipv6 lzma +python readline static-libs test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 
index 5d076c35297a962397162f1eb35e146fc3cb0c8b..b226aa06cb9933347c0343dd86ef3ddf3406fe25 100644 (file)
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.xmlsoft.org/"
 LICENSE="MIT"
 SLOT="2"
 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"
-IUSE="debug examples icu ipv6 lzma python readline static-libs test"
+IUSE="debug examples icu ipv6 lzma +python readline static-libs test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"