Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kombu/
Date: Sat, 29 Oct 2016 23:15:05
Message-Id: 1477782898.1aeb7324e4e782d308f146e790d37496417bca5e.floppym@gentoo
1 commit: 1aeb7324e4e782d308f146e790d37496417bca5e
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 23:09:05 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 23:14:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aeb7324
7
8 dev-python/kombu: fix REQUIRED_USE
9
10 Package-Manager: portage-2.3.2
11
12 dev-python/kombu/kombu-3.0.34.ebuild | 2 +-
13 dev-python/kombu/kombu-3.0.37.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/kombu/kombu-3.0.34.ebuild b/dev-python/kombu/kombu-3.0.34.ebuild
17 index 936e3fa..d13824f 100644
18 --- a/dev-python/kombu/kombu-3.0.34.ebuild
19 +++ b/dev-python/kombu/kombu-3.0.34.ebuild
20 @@ -56,7 +56,7 @@ DEPEND="${RDEPEND}
21 # Req'd for test phase
22 DISTUTILS_IN_SOURCE_BUILD=1
23
24 -PY27_REQUSE="$(python_gen_useflags 'python2.7')"
25 +PY27_REQUSE="$(python_gen_useflags 'python2*')"
26 REQUIRED_USE="
27 sqs? ( ${PY27_REQUSE} )
28 doc? ( ${PY27_REQUSE} amqplib sqs )" # 2 deps in doc build are py2 capable only
29
30 diff --git a/dev-python/kombu/kombu-3.0.37.ebuild b/dev-python/kombu/kombu-3.0.37.ebuild
31 index 27bb007..0678a77 100644
32 --- a/dev-python/kombu/kombu-3.0.37.ebuild
33 +++ b/dev-python/kombu/kombu-3.0.37.ebuild
34 @@ -56,7 +56,7 @@ DEPEND="${RDEPEND}
35 # Req'd for test phase
36 DISTUTILS_IN_SOURCE_BUILD=1
37
38 -PY27_REQUSE="$(python_gen_useflags 'python2.7')"
39 +PY27_REQUSE="$(python_gen_useflags 'python2*')"
40 REQUIRED_USE="
41 sqs? ( ${PY27_REQUSE} )
42 doc? ( ${PY27_REQUSE} amqplib sqs )" # 2 deps in doc build are py2 capable only