From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1484090-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 515BD15800F
	for <garchives@archives.gentoo.org>; Sat,  4 Feb 2023 23:29:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8AD0EE07C7;
	Sat,  4 Feb 2023 23:29:51 +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 69913E07C7
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Feb 2023 23:29:51 +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 387AD33FA71
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Feb 2023 23:29:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D1D0F891
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Feb 2023 23:29:47 +0000 (UTC)
From: "Marek Szuba" <marecki@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, "Marek Szuba" <marecki@gentoo.org>
Message-ID: <1675553381.1533d6d57809a4bf6940e721c2553dff7d6b757c.marecki@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-misc/mc/mc-4.8.29.ebuild
X-VCS-Directories: app-misc/mc/
X-VCS-Committer: marecki
X-VCS-Committer-Name: Marek Szuba
X-VCS-Revision: 1533d6d57809a4bf6940e721c2553dff7d6b757c
X-VCS-Branch: master
Date: Sat,  4 Feb 2023 23:29:47 +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: 7534cd01-b252-4685-ade1-390081a9d411
X-Archives-Hash: f2f76ce9c01dd3a3754a27ce4e8115af

commit:     1533d6d57809a4bf6940e721c2553dff7d6b757c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 23:23:41 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 23:29:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1533d6d5

app-misc/mc-4.8.29: reinstate IUSE=+slang

This wasn't supposed to have changed, upstream still considers
sys-libs/slang their default back-end.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-misc/mc/mc-4.8.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/mc/mc-4.8.29.ebuild b/app-misc/mc/mc-4.8.29.ebuild
index 0b95179bd4e6..e24016e2177e 100644
--- a/app-misc/mc/mc-4.8.29.ebuild
+++ b/app-misc/mc/mc-4.8.29.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://midnight-commander.org"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="+edit gpm nls sftp slang spell test unicode X"
+IUSE="+edit gpm nls sftp +slang spell test unicode X"
 
 REQUIRED_USE="spell? ( edit )"