commit: f6cd53d5aa8bc9a0611b1b5b5d7d7948eeb6fd2a
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 13 22:00:23 2015 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 22:00:23 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6cd53d5
dev-python/bashate: bashate can use pbr up to 2.0
Package-Manager: portage-2.2.20.1
dev-python/bashate/bashate-0.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/bashate/bashate-0.3.1.ebuild
b/dev-python/bashate/bashate-0.3.1.ebuild
index e1d4c7d..8fd3ed6 100644
--- a/dev-python/bashate/bashate-0.3.1.ebuild
+++ b/dev-python/bashate/bashate-0.3.1.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
- <dev-python/pbr-1.0[${PYTHON_USEDEP}]
+ <dev-python/pbr-2.0[${PYTHON_USEDEP}]
"
RDEPEND="
>=dev-python/Babel-0.9.6[${PYTHON_USEDEP}]