diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-08-10 21:23:35 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-08-10 21:24:40 -0700 |
commit | 02ffa767366f1e36477fd6af0d483daa15cb0a35 (patch) | |
tree | 3e422ef64e176e97f286d9cf12a8f22c83859896 /dev-util/buildbot-pkg | |
parent | dev-libs/mingw-libgnurx: block C libs due to regex.h install #590964 (diff) | |
download | gentoo-02ffa767366f1e36477fd6af0d483daa15cb0a35.tar.gz gentoo-02ffa767366f1e36477fd6af0d483daa15cb0a35.tar.bz2 gentoo-02ffa767366f1e36477fd6af0d483daa15cb0a35.zip |
dev-util/buildbot-*: Fix deps on other buildbot pkgs for revision bumps
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-pkg')
-rw-r--r-- | dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild b/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild index 9900daaa60a7..f161595ab59e 100644 --- a/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild +++ b/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild @@ -29,7 +29,7 @@ else fi RDEPEND=" - =dev-util/buildbot-${PV}[${PYTHON_USEDEP}] + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] " |