From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6BF915807B for ; Wed, 6 Nov 2024 11:20:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA486E0965; Wed, 6 Nov 2024 11:20:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB6F7E0965 for ; Wed, 6 Nov 2024 11:20:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7CAE335D6D for ; Wed, 6 Nov 2024 11:20:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A97D1DF4 for ; Wed, 6 Nov 2024 11:20:05 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1730746230.4ac61c71573d4151782b962474679d5770fd8ca6.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/flashprog/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/flashprog/flashprog-1.2.ebuild X-VCS-Directories: sys-apps/flashprog/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 4ac61c71573d4151782b962474679d5770fd8ca6 X-VCS-Branch: master Date: Wed, 6 Nov 2024 11:20:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c0ad997-c441-4178-a48f-8e98b87fbf25 X-Archives-Hash: f132012ba2de913a6e42c8125d320425 commit: 4ac61c71573d4151782b962474679d5770fd8ca6 Author: Andre posteo de> AuthorDate: Mon Nov 4 18:49:52 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Nov 4 18:50:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ac61c71 sys-apps/flashprog: Add missing runtime dependencies Signed-off-by: Andre posteo.de> sys-apps/flashprog/flashprog-1.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-apps/flashprog/flashprog-1.2.ebuild b/sys-apps/flashprog/flashprog-1.2.ebuild index 5c87211d8..2bfe16e74 100644 --- a/sys-apps/flashprog/flashprog-1.2.ebuild +++ b/sys-apps/flashprog/flashprog-1.2.ebuild @@ -5,3 +5,8 @@ SRC_URI="https://github.com/SourceArcade/${PN}/archive/refs/tags/v${PV}.tar.gz - LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" +RDEPEND=">=dev-libs/libusb-1.0.26 +>=dev-embedded/libjaylink-0.3.1 +>=dev-embedded/libftdi-1.5-r7 +>=dev-libs/libgpiod-1.6.4 +>=sys-apps/pciutils-3.13.0"