mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/bite: fix missing pkg revision warning
Signed-off-by: Tim Harder <radhermit@gentoo.org>
This commit is contained in:
@@ -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}]"
|
||||
|
||||
Reference in New Issue
Block a user