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-util/buildbot-worker/
Date: Wed, 12 Oct 2016 22:07:59
Message-Id: 1476310061.571ef1b0dae968e8eb05b000457469936957771a.dolsen@gentoo
1 commit: 571ef1b0dae968e8eb05b000457469936957771a
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 22:01:15 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 22:07:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571ef1b0
7
8 dev-util/buildbot-worker: 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-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild | 4 ++--
16 dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild b/dev-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild
20 index 8ef538a..20aeca0 100644
21 --- a/dev-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild
22 +++ b/dev-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild
23 @@ -27,8 +27,8 @@ fi
24 IUSE="test"
25
26 RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
27 - || ( >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
28 - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
29 + || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
30 + >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
31 )
32 dev-python/future[${PYTHON_USEDEP}]
33 !<dev-util/buildbot-0.9.0_rc1"
34
35 diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild b/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild
36 index 10cd3ae..44e204d 100644
37 --- a/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild
38 +++ b/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild
39 @@ -27,8 +27,8 @@ fi
40 IUSE="test"
41
42 RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
43 - || ( >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
44 - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
45 + || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
46 + >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
47 )
48 dev-python/future[${PYTHON_USEDEP}]
49 !<dev-util/buildbot-0.9.0_rc1"