commit: 937bc1408daa008b908f60500cb5d04abc85f261 Author: Andre <openrc <AT> posteo <DOT> de> AuthorDate: Wed Nov 6 19:36:25 2024 +0000 Commit: Andre <openrc <AT> posteo <DOT> de> CommitDate: Wed Nov 6 19:37:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=937bc140
sys-apps/flashprog: Fix dependency issues and add header. Signed-off-by: Andre <openrc <AT> posteo.de> sys-apps/flashprog/flashprog-1.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/flashprog/flashprog-1.2.ebuild b/sys-apps/flashprog/flashprog-1.2.ebuild index 2bfe16e74..444cb1793 100644 --- a/sys-apps/flashprog/flashprog-1.2.ebuild +++ b/sys-apps/flashprog/flashprog-1.2.ebuild @@ -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}"
