diff options
Diffstat (limited to 'dev-python/pychroot/pychroot-9999.ebuild')
-rw-r--r-- | dev-python/pychroot/pychroot-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild index e037f1a30684..827ed59fc600 100644 --- a/dev-python/pychroot/pychroot-9999.ebuild +++ b/dev-python/pychroot/pychroot-9999.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" if [[ ${PV} == *9999 ]]; then RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]" else - RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]" + RDEPEND="<dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]" fi DEPEND="${RDEPEND}" |