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/txrequests/
Date: Wed, 12 Oct 2016 22:08:00
Message-Id: 1476310062.4a8367584af65ee4f5df8a1837fe870af4720952.dolsen@gentoo
1 commit: 4a8367584af65ee4f5df8a1837fe870af4720952
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 22:04:41 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=4a836758
7
8 dev-python/txrequests: 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/txrequests/txrequests-0.9.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/txrequests/txrequests-0.9.2.ebuild b/dev-python/txrequests/txrequests-0.9.2.ebuild
19 index e44e477..3cddcb5 100644
20 --- a/dev-python/txrequests/txrequests-0.9.2.ebuild
21 +++ b/dev-python/txrequests/txrequests-0.9.2.ebuild
22 @@ -19,8 +19,8 @@ IUSE=""
23 RDEPEND="
24 >=dev-python/requests-1.2.0[${PYTHON_USEDEP}]
25 || (
26 - >=dev-python/twisted-core-9.0.0[${PYTHON_USEDEP}]
27 dev-python/twisted[${PYTHON_USEDEP}]
28 + >=dev-python/twisted-core-9.0.0[${PYTHON_USEDEP}]
29 )
30 "
31 DEPEND="${RDEPEND}