dev-util/bite: fix missing pkg revision warning

Signed-off-by: Tim Harder <radhermit@gentoo.org>
This commit is contained in:
Tim Harder
2019-08-08 16:19:55 -06:00
parent 0483a026f1
commit 4caad5b11a

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -31,7 +31,7 @@ RDEPEND="
app-crypt/gpgme[python,${PYTHON_USEDEP}]
"
if [[ ${PV} == *9999 ]] ; then
RDEPEND+=" =dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
RDEPEND+=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
SPHINX="dev-python/sphinx[${PYTHON_USEDEP}]"
else
RDEPEND+=" >=dev-python/snakeoil-0.8[${PYTHON_USEDEP}]"