mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
hashdb: migrate to PYTHON_MULTI_USEDEP
This commit is contained in:
parent
539ef8ae91
commit
1fb3fda6e4
1 changed files with 4 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit autotools flag-o-matic python-single-r1
|
||||
|
||||
|
|
@ -30,7 +30,8 @@ DEPEND="${RDEPEND}
|
|||
sys-devel/libtool
|
||||
test? (
|
||||
dev-util/valgrind
|
||||
dev-python/matplotlib[${PYTHON_SINGLE_USEDEP}] )"
|
||||
$(python_gen_cond_dep 'dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]')
|
||||
)"
|
||||
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
|
|
|
|||
Loading…
Reference in a new issue