mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
wireless-regdb: missing deps
This commit is contained in:
parent
567b4d7537
commit
b606197f6b
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
inherit python-any-r1
|
||||
|
||||
MY_P="wireless-regdb-${PV:0:4}.${PV:4:2}.${PV:6:2}"
|
||||
DESCRIPTION="Binary regulatory database for CRDA"
|
||||
HOMEPAGE="https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb"
|
||||
|
|
@ -14,6 +17,8 @@ LICENSE="ISC"
|
|||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
|
||||
|
||||
BDEPEND="$(python_gen_any_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]')"
|
||||
|
||||
src_prepare() {
|
||||
eapply "${FILESDIR}"/no-no-ir.patch
|
||||
eapply_user
|
||||
Loading…
Reference in a new issue