From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1559467-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 61BCB158089
	for <garchives@archives.gentoo.org>; Tue,  3 Oct 2023 05:11:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6306F2BC045;
	Tue,  3 Oct 2023 05:11:14 +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 439FA2BC045
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Oct 2023 05:11:14 +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 EC69E335C7A
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Oct 2023 05:11:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 523C595A
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Oct 2023 05:11:10 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1696309860.ad00205152f50962aa02e5d4d0b7e38dc86d7cbf.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-taskmanager/
X-VCS-Repository: repo/gentoo
X-VCS-Files: xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.6-r1.ebuild xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.6.ebuild
X-VCS-Directories: xfce-extra/xfce4-taskmanager/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: ad00205152f50962aa02e5d4d0b7e38dc86d7cbf
X-VCS-Branch: master
Date: Tue,  3 Oct 2023 05:11:10 +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: e30e02ea-fdd0-4bf0-ac67-c25f00d9beb9
X-Archives-Hash: 9a038c70a8f977a430e91dcdd36f4ab2

commit:     ad00205152f50962aa02e5d4d0b7e38dc86d7cbf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 04:59:12 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 05:11:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad002051

xfce-extra/xfce4-taskmanager: Fix USE=X configure flag

Closes: https://bugs.gentoo.org/915088
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...xfce4-taskmanager-1.5.6.ebuild => xfce4-taskmanager-1.5.6-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.6.ebuild b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.6-r1.ebuild
similarity index 97%
rename from xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.6.ebuild
rename to xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.6-r1.ebuild
index 40108ba93c94..a0d9fb3a5c81 100644
--- a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.6.ebuild
+++ b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.6-r1.ebuild
@@ -40,7 +40,7 @@ BDEPEND="
 
 src_configure() {
 	local myconf=(
-		$(use_enable X x11)
+		$(use_enable X libx11)
 	)
 
 	econf "${myconf[@]}"