Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autobahn/
Date: Wed, 12 Oct 2016 22:07:59
Message-Id: 1476310062.9ec01174f4933d0a9614dfe5eba373534851bd00.dolsen@gentoo
1 commit: 9ec01174f4933d0a9614dfe5eba373534851bd00
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 22:06:31 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 22:07:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec01174
7
8 dev-python/autobahn: 0.16.0, Update the twisted dep order to prefer the new twisted pkg
9
10 With the new twisted pkg now in the tree, prefer the new pkg.
11 There will be no new releases of the split pkgs.
12
13 Package-Manager: portage-2.3.2
14
15 dev-python/autobahn/autobahn-0.16.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/autobahn/autobahn-0.16.0.ebuild b/dev-python/autobahn/autobahn-0.16.0.ebuild
19 index 9794717..1417cda 100644
20 --- a/dev-python/autobahn/autobahn-0.16.0.ebuild
21 +++ b/dev-python/autobahn/autobahn-0.16.0.ebuild
22 @@ -33,8 +33,8 @@ RDEPEND="
23 >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
24 >=dev-python/snappy-0.5[${PYTHON_USEDEP}]
25 || (
26 - >=dev-python/twisted-core-12.1[$(python_gen_usedep 'python2*')]
27 >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
28 + >=dev-python/twisted-core-12.1[$(python_gen_usedep 'python2*')]
29 )
30 >=dev-python/txaio-2.5.1[${PYTHON_USEDEP}]
31 >=dev-python/u-msgpack-2.1[${PYTHON_USEDEP}]