dev-util/quilttools: fix python usedep variable

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-02-13 22:10:52 +02:00
parent 29f8d867ec
commit d558f27ca4

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=(python3_{8..9})
PYTHON_COMPAT=( python3_{8..9} )
inherit python-single-r1
@@ -21,8 +21,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
BDEPEND="dev-python/sphinx"
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/pyyaml[${PYTHON_MULTI_USEDEP}]
net-mail/notmuch[python,${PYTHON_MULTI_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
net-mail/notmuch[python,${PYTHON_USEDEP}]
')"
PATCHES=( "${FILESDIR}/${P}-tags.patch" )