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/twisted/
Date: Tue, 25 Jul 2017 21:30:52
Message-Id: 1501018165.a82d114183b2b95bee1deef5fd0de54fdd8e953c.dolsen@gentoo
1 commit: a82d114183b2b95bee1deef5fd0de54fdd8e953c
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 25 21:26:37 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 25 21:29:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82d1141
7
8 dev-python/twisted: Rev bump, adds dev-python/incremental to RDEPEND for binpkgs
9
10 Fixes bug 626168
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 .../twisted/{twisted-16.6.0-r2.ebuild => twisted-16.6.0-r3.ebuild} | 4 +++-
15 .../twisted/{twisted-17.1.0-r1.ebuild => twisted-17.1.0-r2.ebuild} | 4 +++-
16 .../twisted/{twisted-17.5.0.ebuild => twisted-17.5.0-r1.ebuild} | 4 +++-
17 3 files changed, 9 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-python/twisted/twisted-16.6.0-r2.ebuild b/dev-python/twisted/twisted-16.6.0-r3.ebuild
20 similarity index 97%
21 rename from dev-python/twisted/twisted-16.6.0-r2.ebuild
22 rename to dev-python/twisted/twisted-16.6.0-r3.ebuild
23 index 0ba782a6671..2ae2e0c005e 100644
24 --- a/dev-python/twisted/twisted-16.6.0-r2.ebuild
25 +++ b/dev-python/twisted/twisted-16.6.0-r3.ebuild
26 @@ -25,7 +25,9 @@ LICENSE="MIT"
27 SLOT="0"
28 IUSE="conch crypt http2 serial +soap test"
29
30 -RDEPEND=">=dev-python/zope-interface-4.0.2[${PYTHON_USEDEP}]
31 +RDEPEND="
32 + >=dev-python/incremental-16.10.1[${PYTHON_USEDEP}]
33 + >=dev-python/zope-interface-4.0.2[${PYTHON_USEDEP}]
34 conch? (
35 dev-python/pyasn1[${PYTHON_USEDEP}]
36 >=dev-python/cryptography-0.9.1[${PYTHON_USEDEP}]
37
38 diff --git a/dev-python/twisted/twisted-17.1.0-r1.ebuild b/dev-python/twisted/twisted-17.1.0-r2.ebuild
39 similarity index 97%
40 rename from dev-python/twisted/twisted-17.1.0-r1.ebuild
41 rename to dev-python/twisted/twisted-17.1.0-r2.ebuild
42 index 6ec72680b3c..13b750e8a74 100644
43 --- a/dev-python/twisted/twisted-17.1.0-r1.ebuild
44 +++ b/dev-python/twisted/twisted-17.1.0-r2.ebuild
45 @@ -25,7 +25,9 @@ LICENSE="MIT"
46 SLOT="0"
47 IUSE="conch crypt http2 serial +soap test"
48
49 -RDEPEND=">=dev-python/zope-interface-4.0.2[${PYTHON_USEDEP}]
50 +RDEPEND="
51 + >=dev-python/incremental-16.10.1[${PYTHON_USEDEP}]
52 + >=dev-python/zope-interface-4.0.2[${PYTHON_USEDEP}]
53 conch? (
54 dev-python/pyasn1[${PYTHON_USEDEP}]
55 >=dev-python/cryptography-0.9.1[${PYTHON_USEDEP}]
56
57 diff --git a/dev-python/twisted/twisted-17.5.0.ebuild b/dev-python/twisted/twisted-17.5.0-r1.ebuild
58 similarity index 98%
59 rename from dev-python/twisted/twisted-17.5.0.ebuild
60 rename to dev-python/twisted/twisted-17.5.0-r1.ebuild
61 index 8a044e18ca1..0e907ac6fc3 100644
62 --- a/dev-python/twisted/twisted-17.5.0.ebuild
63 +++ b/dev-python/twisted/twisted-17.5.0-r1.ebuild
64 @@ -25,7 +25,9 @@ LICENSE="MIT"
65 SLOT="0"
66 IUSE="conch crypt http2 serial +soap test"
67
68 -RDEPEND=">=dev-python/zope-interface-4.0.2[${PYTHON_USEDEP}]
69 +RDEPEND="
70 + >=dev-python/incremental-16.10.1[${PYTHON_USEDEP}]
71 + >=dev-python/zope-interface-4.0.2[${PYTHON_USEDEP}]
72 conch? (
73 dev-python/pyasn1[${PYTHON_USEDEP}]
74 >=dev-python/cryptography-0.9.1[${PYTHON_USEDEP}]