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 EB18E15800A for ; Tue, 18 Jul 2023 13:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3699E083E; Tue, 18 Jul 2023 13:49:30 +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 D774CE083E for ; Tue, 18 Jul 2023 13:49:30 +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 628C6340BE8 for ; Tue, 18 Jul 2023 13:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5163B6C for ; Tue, 18 Jul 2023 13:49:27 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1689686298.d48ba80c15ebd2705e5dcf973dd0deee4ecb6502.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: d48ba80c15ebd2705e5dcf973dd0deee4ecb6502 X-VCS-Branch: dev Date: Tue, 18 Jul 2023 13:49:27 +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: 1b3b63f0-1259-497d-ad75-e79874e78b1e X-Archives-Hash: 286027a2ae24a52698d68faf526a8c81 commit: d48ba80c15ebd2705e5dcf973dd0deee4ecb6502 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Tue Jul 18 13:17:45 2023 +0000 Commit: Gonçalo Negrier Duarte gmail com> 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