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 89A29158041 for ; Thu, 28 Mar 2024 03:43:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF685E2A1F; Thu, 28 Mar 2024 03:43:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A6130E2A1F for ; Thu, 28 Mar 2024 03:43: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AF963430B8 for ; Thu, 28 Mar 2024 03:43:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D6AA15FC for ; Thu, 28 Mar 2024 03:43:26 +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: <1711558938.75f7c6025eed7fd5d9e0d721ee765921962b16c8.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-panel/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-panel/nwg-panel-9999.ebuild X-VCS-Directories: gui-apps/nwg-panel/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 75f7c6025eed7fd5d9e0d721ee765921962b16c8 X-VCS-Branch: master Date: Thu, 28 Mar 2024 03:43:26 +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: 4bb5380e-2bd0-4f02-880b-68e9aa0cc2c9 X-Archives-Hash: b4b49ae977406208742f81e7052a3f16 commit: 75f7c6025eed7fd5d9e0d721ee765921962b16c8 Author: Pascal Jäger leimstift de> AuthorDate: Wed Mar 27 17:02:18 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Wed Mar 27 17:02:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75f7c602 gui-apps/nwg-panel: fix variable order Signed-off-by: Pascal Jäger leimstift.de> gui-apps/nwg-panel/nwg-panel-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui-apps/nwg-panel/nwg-panel-9999.ebuild b/gui-apps/nwg-panel/nwg-panel-9999.ebuild index 2174621ad2..9c95597aee 100644 --- a/gui-apps/nwg-panel/nwg-panel-9999.ebuild +++ b/gui-apps/nwg-panel/nwg-panel-9999.ebuild @@ -19,9 +19,8 @@ fi DESCRIPTION="GTK3-based panel for sway and Hyprland Wayland compositors" HOMEPAGE="https://github.com/nwg-piotr/nwg-panel" LICENSE="MIT" -IUSE="systemd" - SLOT="0" +IUSE="systemd" RDEPEND=" x11-libs/gtk+:3