commit:     af45c515d3f9801818734acf0d997f6405835283
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 14:19:34 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 14:20:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af45c515

dev-python/flake8: make blockers revbump-tolerant and drop PY_USEDEP

 dev-python/flake8/flake8-3.0.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/flake8/flake8-3.0.4.ebuild 
b/dev-python/flake8/flake8-3.0.4.ebuild
index 3d9a910..841e387 100644
--- a/dev-python/flake8/flake8-3.0.4.ebuild
+++ b/dev-python/flake8/flake8-3.0.4.ebuild
@@ -20,9 +20,9 @@ SLOT="0"
 RDEPEND="
        >=dev-python/pyflakes-0.8.1[${PYTHON_USEDEP}]
        <dev-python/pyflakes-1.3[${PYTHON_USEDEP}]
-       !=dev-python/pyflakes-1.2.0[${PYTHON_USEDEP}]
-       !=dev-python/pyflakes-1.2.1[${PYTHON_USEDEP}]
-       !=dev-python/pyflakes-1.2.2[${PYTHON_USEDEP}]
+       !~dev-python/pyflakes-1.2.0
+       !~dev-python/pyflakes-1.2.1
+       !~dev-python/pyflakes-1.2.2
        >=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
        <=dev-python/pycodestyle-2.1.0[${PYTHON_USEDEP}]
        "

Reply via email to