From 4fd67bee46ef5de947ad73c0872b7617c1a8443d Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 6 Jan 2018 18:21:39 -0500 Subject: dev-lang/python: depend on app-arch/xz-utils[extra-filters] for tests Closes: https://bugs.gentoo.org/643744 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37 --- dev-lang/python/python-3.6.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev-lang/python/python-3.6.4.ebuild') diff --git a/dev-lang/python/python-3.6.4.ebuild b/dev-lang/python/python-3.6.4.ebuild index bf6b9a5fb09e..f0adb4196ea4 100644 --- a/dev-lang/python/python-3.6.4.ebuild +++ b/dev-lang/python/python-3.6.4.ebuild @@ -17,7 +17,8 @@ SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="3.6/3.6m" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk wininst +xml" +IUSE="build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test +threads tk wininst +xml" +RESTRICT="!test? ( test )" # Do not add a dependency on dev-lang/python to this ebuild. # If you need to apply a patch which requires python for bootstrapping, please @@ -48,6 +49,7 @@ RDEPEND="app-arch/bzip2:0= xml? ( >=dev-libs/expat-2.1:0= ) !!