From: Mike Gilbert Date: Thu, 3 Sep 2015 21:10:00 +0000 (-0400) Subject: dev-lang/python: Do not forcably disable xml support with USE=build X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8ba276fde89ca0828e6988833bdcca7d6aa79623;p=gentoo.git dev-lang/python: Do not forcably disable xml support with USE=build This is breaking stages when portage has the xattr USE flag enabled. This pulls in dev-python/setuptools, which needs pyexpat. Package-Manager: portage-2.2.20 --- diff --git a/dev-lang/python/python-2.7.10.ebuild b/dev-lang/python/python-2.7.10.ebuild index 00ff5c59242d..74ff08afc5ac 100644 --- a/dev-lang/python/python-2.7.10.ebuild +++ b/dev-lang/python/python-2.7.10.ebuild @@ -29,6 +29,7 @@ RDEPEND="app-arch/bzip2 >=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl + xml? ( >=dev-libs/expat-2.1 ) !build? ( berkdb? ( || ( sys-libs/db:5.3 @@ -55,7 +56,6 @@ RDEPEND="app-arch/bzip2 dev-tcltk/blt dev-tcltk/tix ) - xml? ( >=dev-libs/expat-2.1 ) ) !!=dev-libs/expat-2.1 ) ) !!=dev-libs/expat-2.1 ) ) !!=dev-libs/expat-2.1 ) ) !!