dev-lang/hy: Fix clint dep #615596
authorPatrick Lauer <patrick@gentoo.org>
Thu, 27 Apr 2017 08:22:40 +0000 (10:22 +0200)
committerPatrick Lauer <patrick@gentoo.org>
Thu, 27 Apr 2017 08:22:40 +0000 (10:22 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-lang/hy/hy-0.12.1.ebuild

index bc27ab71eb3c079d8b8e0a139c9a2c950f16097e..63fcce06bf621298ad5138922a36c2f4921847db 100644 (file)
@@ -19,7 +19,7 @@ IUSE="test doc examples"
 RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]
        >=dev-python/rply-0.7.0[${PYTHON_USEDEP}]
        >=dev-python/astor-0.5[${PYTHON_USEDEP}]
-       dev-python/clint[${PYTHON_USEDEP}]
+       >=dev-python/clint-0.4[${PYTHON_USEDEP}]
        "
 DEPEND="${RDEPEND}
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )