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 52020158CBB for ; Mon, 8 May 2023 12:46:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D782E0869; Mon, 8 May 2023 12:46:05 +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 68E84E0869 for ; Mon, 8 May 2023 12:46:05 +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 59B85335DBF for ; Mon, 8 May 2023 12:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8BA0990 for ; Mon, 8 May 2023 12:46:02 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1683549953.7d4c10ca0abfe270c8f5bcc98f68e937c281c3f1.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprland-plugins/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprland-plugins/hyprland-plugins-0.25.0.ebuild X-VCS-Directories: gui-apps/hyprland-plugins/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 7d4c10ca0abfe270c8f5bcc98f68e937c281c3f1 X-VCS-Branch: dev Date: Mon, 8 May 2023 12:46:02 +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: e771edad-9345-4da7-90cf-0db332a9d521 X-Archives-Hash: 8b1f280b3261cde029707918641b9eec commit: 7d4c10ca0abfe270c8f5bcc98f68e937c281c3f1 Author: Julien Roy jroy ca> AuthorDate: Mon May 8 12:45:53 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon May 8 12:45:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d4c10ca gui-apps/hyprland-plugins: drop X USE flag Signed-off-by: Julien Roy jroy.ca> gui-apps/hyprland-plugins/hyprland-plugins-0.25.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/hyprland-plugins/hyprland-plugins-0.25.0.ebuild b/gui-apps/hyprland-plugins/hyprland-plugins-0.25.0.ebuild index ff1201696..4ec3b23a5 100644 --- a/gui-apps/hyprland-plugins/hyprland-plugins-0.25.0.ebuild +++ b/gui-apps/hyprland-plugins/hyprland-plugins-0.25.0.ebuild @@ -20,7 +20,7 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars split-monitor-workspaces X" +IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars split-monitor-workspaces" REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars split-monitor-workspaces )" RDEPEND="gui-wm/hyprland"