From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1615238-garchives=archives.gentoo.org@lists.gentoo.org>
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 A2B00158043
	for <garchives@archives.gentoo.org>; Wed, 27 Mar 2024 17:11:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 24AA9E29FD;
	Wed, 27 Mar 2024 17:11:26 +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 036E4E29FD
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Mar 2024 17:11:25 +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 E3DFD34068A
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Mar 2024 17:11:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D44514C3
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Mar 2024 17:11:23 +0000 (UTC)
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" <pascal.jaeger@leimstift.de>
Message-ID: <1711558938.75f7c6025eed7fd5d9e0d721ee765921962b16c8.pascal.jaeger@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev 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: pascal.jaeger
X-VCS-Committer-Name: Pascal Jäger
X-VCS-Revision: 75f7c6025eed7fd5d9e0d721ee765921962b16c8
X-VCS-Branch: dev
Date: Wed, 27 Mar 2024 17:11:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7bea25af-cc85-4efc-953f-99b22fdd2bb5
X-Archives-Hash: 9eec8cb18add9da2a299d89df01385df

commit:     75f7c6025eed7fd5d9e0d721ee765921962b16c8
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Mar 27 17:02:18 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
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 <pascal.jaeger <AT> 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