mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-util/quilttools: fix python usedep variable
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user