pcileech: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-02 12:23:16 -04:00
parent e9e1eb2f06
commit 8fe1303ab6
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 5 additions and 7 deletions

View file

@ -5,7 +5,7 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<use>
<flag name="ft60x_driver">Use <pkg>sys-kernel/ft60x_driver</pkg> for USB FT60x driver support</flag>
</use>
<upstream>
<remote-id type="github">ufrisk/pcileech</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -10,12 +10,10 @@ SRC_URI="https://github.com/ufrisk/pcileech/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="ft60x_driver"
DEPEND="virtual/libusb:1
>=dev-libs/LeechCore-2.7
>=dev-libs/memprocfs-4.7
ft60x_driver? ( sys-kernel/ft60x_driver )"
>=dev-libs/memprocfs-4.7"
RDEPEND="${DEPEND}"
src_prepare() {