summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-13 10:22:58 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-13 10:22:58 +0100
commit3b9d29adf4a1e4fc13ea81482976892c9bdf5e37 (patch)
tree44510b407c38d9e33af1e71f06656e19da3f29f7 /dev-python/autobahn
parentsci-biology/bamtools: Unbundle dev-libs/jsoncpp (diff)
downloadgentoo-3b9d29adf4a1e4fc13ea81482976892c9bdf5e37.tar.gz
gentoo-3b9d29adf4a1e4fc13ea81482976892c9bdf5e37.tar.bz2
gentoo-3b9d29adf4a1e4fc13ea81482976892c9bdf5e37.zip
dev-python/autobahn: Quote correctly wildcards for python_gen_usedep
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568080 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/autobahn')
-rw-r--r--dev-python/autobahn/autobahn-0.10.4.ebuild2
-rw-r--r--dev-python/autobahn/autobahn-0.9.4.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/autobahn/autobahn-0.10.4.ebuild b/dev-python/autobahn/autobahn-0.10.4.ebuild
index 9a4531498063..c854a1a1ed33 100644
--- a/dev-python/autobahn/autobahn-0.10.4.ebuild
+++ b/dev-python/autobahn/autobahn-0.10.4.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]
>=dev-python/snappy-0.5[${PYTHON_USEDEP}]
>=dev-python/trollius-0.1.2[${PYTHON_USEDEP}]
- >=dev-python/twisted-core-11.1[$(python_gen_usedep python2*)]
+ >=dev-python/twisted-core-11.1[$(python_gen_usedep 'python2*')]
>=dev-python/txaio-1.0.0[${PYTHON_USEDEP}]
>=dev-python/ujson-1.33[${PYTHON_USEDEP}]
>=dev-python/wsaccel-0.6.2[${PYTHON_USEDEP}]
diff --git a/dev-python/autobahn/autobahn-0.9.4.2.ebuild b/dev-python/autobahn/autobahn-0.9.4.2.ebuild
index 013823d3adf1..c7b0bc61f291 100644
--- a/dev-python/autobahn/autobahn-0.9.4.2.ebuild
+++ b/dev-python/autobahn/autobahn-0.9.4.2.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
dev-python/snappy[${PYTHON_USEDEP}]
dev-python/lz4[${PYTHON_USEDEP}]
dev-python/msgpack[${PYTHON_USEDEP}]
- dev-python/twisted-core[$(python_gen_usedep python2*)]
+ dev-python/twisted-core[$(python_gen_usedep 'python2*')]
dev-python/ujson[${PYTHON_USEDEP}]
dev-python/wsaccel[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]