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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 857CD15817D for ; Wed, 19 Jun 2024 05:20:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B476E2A58; Wed, 19 Jun 2024 05:20:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 118E3E2A58 for ; Wed, 19 Jun 2024 05:20:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 122DF335DC3 for ; Wed, 19 Jun 2024 05:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68CF71D0E for ; Wed, 19 Jun 2024 05:20:51 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1718774435.584bba3ca93fe35d0ed11fa4ea6bea339ca623c1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/blink1/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/blink1/blink1-1.98-r2.ebuild X-VCS-Directories: app-misc/blink1/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 584bba3ca93fe35d0ed11fa4ea6bea339ca623c1 X-VCS-Branch: master Date: Wed, 19 Jun 2024 05:20:51 +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: 61fd47b4-81ac-402c-a056-64450b0a821d X-Archives-Hash: 43aba1692a546523c9bcedb7e68f2eae commit: 584bba3ca93fe35d0ed11fa4ea6bea339ca623c1 Author: Martin Kolleck gmail com> AuthorDate: Tue Jun 18 18:44:17 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Jun 19 05:20:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584bba3c app-misc/blink1: Building the mini-tool requires libusb:0. Bug: https://bugs.gentoo.org/831750 Signed-off-by: Martin Kolleck gmail.com> Signed-off-by: Arthur Zamarin gentoo.org> app-misc/blink1/blink1-1.98-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/blink1/blink1-1.98-r2.ebuild b/app-misc/blink1/blink1-1.98-r2.ebuild index cdaee39d6c6f..44d029ea0c00 100644 --- a/app-misc/blink1/blink1-1.98-r2.ebuild +++ b/app-misc/blink1/blink1-1.98-r2.ebuild @@ -33,6 +33,7 @@ IUSE="doc examples +tool mini-tool server" REQUIRED_USE="|| ( tool mini-tool server )" RDEPEND="dev-libs/hidapi + mini-tool? ( virtual/libusb:0 ) virtual/libusb:1 virtual/libudev sys-apps/attr