dev-python/autobahn: Quote correctly wildcards for python_gen_usedep
authorJustin Lecher <jlec@gentoo.org>
Sun, 13 Dec 2015 09:22:58 +0000 (10:22 +0100)
committerJustin Lecher <jlec@gentoo.org>
Sun, 13 Dec 2015 09:22:58 +0000 (10:22 +0100)
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>
dev-python/autobahn/autobahn-0.10.4.ebuild
dev-python/autobahn/autobahn-0.9.4.2.ebuild

index 9a4531498063710fe980d44e44a4785773505591..c854a1a1ed33f4c5e76d718f7dc2e33462971375 100644 (file)
@@ -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}]
index 013823d3adf136bbffd5f6c4a8f545d3636ccbf4..c7b0bc61f2915f2530c32e90aa277345ff465b7b 100644 (file)
@@ -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}]