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 2592C15808B for ; Sat, 28 Sep 2024 15:25:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 761E4E2B9A; Sat, 28 Sep 2024 15:25:57 +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 5DBCFE2B9A for ; Sat, 28 Sep 2024 15:25:57 +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 7BD81343078 for ; Sat, 28 Sep 2024 15:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B3E61897 for ; Sat, 28 Sep 2024 15:25:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1727537149.46bfb73b0ce1a9859681e97f8d906862c9f86d68.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/cyme/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/cyme/cyme-1.8.4.ebuild X-VCS-Directories: sys-apps/cyme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 46bfb73b0ce1a9859681e97f8d906862c9f86d68 X-VCS-Branch: master Date: Sat, 28 Sep 2024 15:25:55 +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: dbbe116c-b47b-439a-ab73-4490da1a849a X-Archives-Hash: 9dba22cca8672bcfeeddb92770fe4162 commit: 46bfb73b0ce1a9859681e97f8d906862c9f86d68 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 28 15:15:35 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 28 15:25:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bfb73b sys-apps/cyme: Add missing DEPEND on dev-libs/libusb Signed-off-by: Michał Górny gentoo.org> sys-apps/cyme/cyme-1.8.4.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys-apps/cyme/cyme-1.8.4.ebuild b/sys-apps/cyme/cyme-1.8.4.ebuild index 72ed1d5c6121..21b595be0cc1 100644 --- a/sys-apps/cyme/cyme-1.8.4.ebuild +++ b/sys-apps/cyme/cyme-1.8.4.ebuild @@ -180,4 +180,11 @@ LICENSE+=" SLOT="0" KEYWORDS="~amd64" +DEPEND=" + dev-libs/libusb:= +" +RDEPEND=" + ${DEPEND} +" + QA_FLAGS_IGNORED="/usr/bin/cyme"