From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1449222-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 073CB158020
	for <garchives@archives.gentoo.org>; Sun, 23 Oct 2022 08:32:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3AA41E07C9;
	Sun, 23 Oct 2022 08:32:33 +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 2171BE07C9
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Oct 2022 08:32:32 +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 0B6E034121A
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Oct 2022 08:32:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D5CC5F6
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Oct 2022 08:32:30 +0000 (UTC)
From: "Viorel Munteanu" <ceamac.paragon@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" <ceamac.paragon@gmail.com>
Message-ID: <1666513935.e6d3b1fd93c78f15bdc9117f056ff7fd4c19c487.viorel_munteanu@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/leftwm/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: x11-wm/leftwm/metadata.xml
X-VCS-Directories: x11-wm/leftwm/
X-VCS-Committer: viorel_munteanu
X-VCS-Committer-Name: Viorel Munteanu
X-VCS-Revision: e6d3b1fd93c78f15bdc9117f056ff7fd4c19c487
X-VCS-Branch: dev
Date: Sun, 23 Oct 2022 08:32:30 +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: af7c4e5b-da14-42da-a5f0-41644599cab1
X-Archives-Hash: 0b43bd900e00b67f972bfefd8ce72156

commit:     e6d3b1fd93c78f15bdc9117f056ff7fd4c19c487
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Oct 23 08:32:15 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Sun Oct 23 08:32:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6d3b1fd

x11-wm/leftwm: fix UnknownUseFlags

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 x11-wm/leftwm/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-wm/leftwm/metadata.xml b/x11-wm/leftwm/metadata.xml
index dc72f412a..659f23d45 100644
--- a/x11-wm/leftwm/metadata.xml
+++ b/x11-wm/leftwm/metadata.xml
@@ -9,5 +9,8 @@
 		<doc>https://github.com/leftwm/leftwm/wiki/Config</doc>
 		<bugs-to>https://github.com/leftwm/leftwm/issues</bugs-to>
 	</upstream>
+	<use>
+		<flag name="lefthk">Use LeftHK hotkey daemon</flag>
+	</use>
 </pkgmetadata>