Skip to content

Commit

Permalink
dev-python/autobahn: Quote correctly wildcards for python_gen_usedep
Browse files Browse the repository at this point in the history
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568080

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Dec 13, 2015
1 parent 8deb276 commit 3b9d29a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-python/autobahn/autobahn-0.10.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
Expand Down
2 changes: 1 addition & 1 deletion dev-python/autobahn/autobahn-0.9.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
Expand Down

0 comments on commit 3b9d29a

Please sign in to comment.