diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-10-12 15:01:15 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-10-12 15:07:41 -0700 |
commit | 571ef1b0dae968e8eb05b000457469936957771a (patch) | |
tree | 6be6a5507397eabd348ef06a9e0bf219d40234e7 /dev-util/buildbot-worker | |
parent | dev-util/buildbot: Update the twisted dep order to prefer the new twisted pkg (diff) | |
download | gentoo-571ef1b0dae968e8eb05b000457469936957771a.tar.gz gentoo-571ef1b0dae968e8eb05b000457469936957771a.tar.bz2 gentoo-571ef1b0dae968e8eb05b000457469936957771a.zip |
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
Diffstat (limited to 'dev-util/buildbot-worker')
-rw-r--r-- | dev-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild | 4 |
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 8ef538a8d832..20aeca08ed5b 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 10cd3ae7871a..44e204d8fd07 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" |