mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pcileech: pkgcheck fixes
This commit is contained in:
parent
e9e1eb2f06
commit
8fe1303ab6
2 changed files with 5 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue