summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-10-12 15:01:15 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-10-12 15:07:41 -0700
commit571ef1b0dae968e8eb05b000457469936957771a (patch)
tree6be6a5507397eabd348ef06a9e0bf219d40234e7
parentea7c2fa057f5f61a497e3bf60838ee72384b026b (diff)
downloadgentoo-571ef1b0dae968e8eb05b000457469936957771a.tar.gz
gentoo-571ef1b0dae968e8eb05b000457469936957771a.tar.xz
dev-util/buildbot-worker: Update the twisted dep order to prefer the new twisted pkg
With the new twisted pkg now in the tree, prefer the new pkg. There will be no new releases of the split pkgs. Package-Manager: portage-2.3.2
-rw-r--r--dev-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild4
-rw-r--r--dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild4
2 files changed, 4 insertions, 4 deletions
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
index 8ef538a8d83..20aeca08ed5 100644
--- a/dev-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild
@@ -27,8 +27,8 @@ fi
IUSE="test"
RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
- || ( >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
)
dev-python/future[${PYTHON_USEDEP}]
!<dev-util/buildbot-0.9.0_rc1"
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
index 10cd3ae7871..44e204d8fd0 100644
--- a/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild
@@ -27,8 +27,8 @@ fi
IUSE="test"
RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
- || ( >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
)
dev-python/future[${PYTHON_USEDEP}]
!<dev-util/buildbot-0.9.0_rc1"