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 7F30E158004 for ; Tue, 22 Aug 2023 22:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB95D2BC021; Tue, 22 Aug 2023 22:59:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A1F122BC021 for ; Tue, 22 Aug 2023 22:59:18 +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 DD16934125E for ; Tue, 22 Aug 2023 22:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36AC4FC9 for ; Tue, 22 Aug 2023 22:59:16 +0000 (UTC) From: "Samuel Bauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bauer" Message-ID: <1692745144.e1f77cb6b6a6f6054e737bb76d431340025cc7bd.samuel.bauer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/qpwgraph/qpwgraph-9999.ebuild X-VCS-Directories: media-sound/qpwgraph/ X-VCS-Committer: samuel.bauer X-VCS-Committer-Name: Samuel Bauer X-VCS-Revision: e1f77cb6b6a6f6054e737bb76d431340025cc7bd X-VCS-Branch: dev Date: Tue, 22 Aug 2023 22:59:16 +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: 93d74558-b002-4d2e-8b0a-9ac108bb0b3e X-Archives-Hash: 41ba1e6c234c0fe4cc82b2877bc0a5b7 commit: e1f77cb6b6a6f6054e737bb76d431340025cc7bd Author: Samuel Bauer yahoo fr> AuthorDate: Tue Aug 22 22:59:04 2023 +0000 Commit: Samuel Bauer yahoo fr> CommitDate: Tue Aug 22 22:59:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1f77cb6 media-sound/qpwgraph: add IUSE Signed-off-by: Samuel Bauer yahoo.fr> media-sound/qpwgraph/qpwgraph-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild b/media-sound/qpwgraph/qpwgraph-9999.ebuild index 43a8e44219..a4229d71a0 100644 --- a/media-sound/qpwgraph/qpwgraph-9999.ebuild +++ b/media-sound/qpwgraph/qpwgraph-9999.ebuild @@ -13,6 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" +IUSE="alsa trayicon wayland" + BDEPEND="dev-qt/linguist-tools:5" DEPEND=" dev-qt/qtcore:5