mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
the-backdoor-factory: migrate to PYTHON_SINGLE_USEDEP
This commit is contained in:
parent
c19c4ff93a
commit
666b51898e
1 changed files with 6 additions and 4 deletions
|
|
@ -1,8 +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
|
||||
|
||||
# TODO: drop py2
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1
|
||||
|
|
@ -18,9 +19,10 @@ SLOT="0"
|
|||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
app-crypt/osslsigncode
|
||||
dev-libs/capstone[python,${PYTHON_USEDEP}]
|
||||
!!dev-libs/capstone-bindings
|
||||
dev-python/pefile[${PYTHON_USEDEP}]"
|
||||
$(python_gen_cond_dep '
|
||||
dev-libs/capstone[python,${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/pefile[${PYTHON_MULTI_USEDEP}]
|
||||
')"
|
||||
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
|
|
|
|||
Loading…
Reference in a new issue