dev-python/enzyme: add missing PYTHON_REQ_USE

Closes: https://github.com/gentoo/gentoo/pull/1630
Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Ilya Tumaykin
2016-06-08 19:45:07 +03:00
committed by Göktürk Yüksek
parent 17fe09dd3b
commit d342c320f6
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE='xml(+)'
inherit distutils-r1

View File

@@ -5,6 +5,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE='xml(+)'
inherit distutils-r1 git-r3