# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) inherit meson python-any-r1 secureboot toolchain-funcs DESCRIPTION="EFI executable for fwupd" HOMEPAGE="https://fwupd.org" if [[ ${PV} = *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/fwupd/fwupd-efi.git" else SRC_URI="https://github.com/fwupd/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" SLOT="0" IUSE="" BDEPEND="$(python_gen_any_dep ' dev-python/pefile[${PYTHON_USEDEP}] ') virtual/pkgconfig" DEPEND="sys-boot/gnu-efi" RDEPEND="!