sys-apps/flashprog: Fix dependency issues and add header.

Signed-off-by: Andre <openrc@posteo.de>
This commit is contained in:
Andre
2024-11-06 21:36:25 +02:00
parent 02052f41cf
commit 937bc1408d

View File

@@ -1,3 +1,5 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Utility for identifying, reading, writing, verifying and erasing flash chips."
HOMEPAGE="https://flashprog.org/"
@@ -10,3 +12,4 @@ RDEPEND=">=dev-libs/libusb-1.0.26
>=dev-embedded/libftdi-1.5-r7
>=dev-libs/libgpiod-1.6.4
>=sys-apps/pciutils-3.13.0"
DEPEND="${RDEPEND}"