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 2330015800A for ; Wed, 19 Jul 2023 08:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3872BE07B2; Wed, 19 Jul 2023 08:49:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22139E07B2 for ; Wed, 19 Jul 2023 08:49:02 +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 03A2F33FE2A for ; Wed, 19 Jul 2023 08:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E462BBC for ; Wed, 19 Jul 2023 08:49:00 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1689686298.d48ba80c15ebd2705e5dcf973dd0deee4ecb6502.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-emulation/LookingGlass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild app-emulation/LookingGlass/LookingGlass-9999.ebuild X-VCS-Directories: app-emulation/LookingGlass/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: d48ba80c15ebd2705e5dcf973dd0deee4ecb6502 X-VCS-Branch: master Date: Wed, 19 Jul 2023 08:49:00 +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: 5f6a7ff4-fe27-4e66-bc51-d16050bc28a2 X-Archives-Hash: 638a1024f77dcf344db7fd83bcf77861 commit: d48ba80c15ebd2705e5dcf973dd0deee4ecb6502 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Tue Jul 18 13:17:45 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue Jul 18 13:18:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d48ba80c app-emulation/LookingGlass: remove USE variable Signed-off-by: Gonçalo Negrier Duarte gmail.com> app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild | 1 - app-emulation/LookingGlass/LookingGlass-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild b/app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild index be30b690a..f7860222c 100644 --- a/app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild +++ b/app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild @@ -13,7 +13,6 @@ HOMEPAGE="https://looking-glass.io https://github.com/gnif/LookingGlass" LICENSE="GPL-2" SLOT="0" IUSE="binutils gnome pipewire pulseaudio wayland X" -USE="pipewire pulseaudio" REQUIRED_USE="|| ( binutils gnome pipewire pulseaudio wayland X ) pipewire? ( !pulseaudio ) pulseaudio? ( !pipewire ) " RDEPEND="dev-libs/libconfig diff --git a/app-emulation/LookingGlass/LookingGlass-9999.ebuild b/app-emulation/LookingGlass/LookingGlass-9999.ebuild index dd0ff1ea2..0cd0e2a33 100644 --- a/app-emulation/LookingGlass/LookingGlass-9999.ebuild +++ b/app-emulation/LookingGlass/LookingGlass-9999.ebuild @@ -12,7 +12,6 @@ HOMEPAGE="https://looking-glass.io https://github.com/gnif/LookingGlass" LICENSE="GPL-2" SLOT="0" IUSE="binutils gnome pipewire pulseaudio wayland X" -USE="pipewire pulseaudio" REQUIRED_USE="|| ( binutils gnome pipewire pulseaudio wayland X ) pipewire? ( !pulseaudio ) pulseaudio? ( !pipewire ) " RDEPEND="dev-libs/libconfig