dev-python/kombu: fix REQUIRED_USE

Package-Manager: portage-2.3.2
This commit is contained in:
Mike Gilbert
2016-10-29 19:09:05 -04:00
parent 5b148f2596
commit 1aeb7324e4
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ DEPEND="${RDEPEND}
# Req'd for test phase
DISTUTILS_IN_SOURCE_BUILD=1
PY27_REQUSE="$(python_gen_useflags 'python2.7')"
PY27_REQUSE="$(python_gen_useflags 'python2*')"
REQUIRED_USE="
sqs? ( ${PY27_REQUSE} )
doc? ( ${PY27_REQUSE} amqplib sqs )" # 2 deps in doc build are py2 capable only

View File

@@ -56,7 +56,7 @@ DEPEND="${RDEPEND}
# Req'd for test phase
DISTUTILS_IN_SOURCE_BUILD=1
PY27_REQUSE="$(python_gen_useflags 'python2.7')"
PY27_REQUSE="$(python_gen_useflags 'python2*')"
REQUIRED_USE="
sqs? ( ${PY27_REQUSE} )
doc? ( ${PY27_REQUSE} amqplib sqs )" # 2 deps in doc build are py2 capable only