mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-util/FoBiS: add forgotten "graphviz" USE-flag condition
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
@@ -21,10 +21,8 @@ RESTRICT="mirror"
|
||||
|
||||
S="${WORKDIR}/${PN}.py-${PV}"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/graphviz[${PYTHON_USEDEP}]
|
||||
')
|
||||
RDEPEND="
|
||||
graphviz? ( dev-python/graphviz[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
# removing "import future" and "from past.utils import old_div" from python scripts
|
||||
|
||||
Reference in New Issue
Block a user