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 AAA3C15808B for ; Sat, 9 Apr 2022 04:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AF44E08FC; Sat, 9 Apr 2022 04:38:18 +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 CD89AE08FC for ; Sat, 9 Apr 2022 04:38:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A959B34139E for ; Sat, 9 Apr 2022 04:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44ECB38E for ; Sat, 9 Apr 2022 04:37:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649479065.21437e3e8f5c886aeec8bbcb3baf29ea227ec00a.sam@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.27-r1.ebuild app-misc/mc/mc-4.8.27.ebuild app-misc/mc/mc-4.8.28-r1.ebuild app-misc/mc/mc-4.8.28.ebuild app-misc/mc/mc-9999.ebuild X-VCS-Directories: app-misc/mc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 21437e3e8f5c886aeec8bbcb3baf29ea227ec00a X-VCS-Branch: master Date: Sat, 9 Apr 2022 04:37:53 +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: c86a7084-6309-41a5-ad13-218af41e4495 X-Archives-Hash: ab57d3aef9da90d0cad6596411c9ef35 commit: 21437e3e8f5c886aeec8bbcb3baf29ea227ec00a Author: Sam James gentoo org> AuthorDate: Sat Apr 9 04:37:30 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 9 04:37:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21437e3e app-misc/mc: add use-dep on e2fsprogs[tools(+)] Closes: https://bugs.gentoo.org/833110 Signed-off-by: Sam James gentoo.org> app-misc/mc/{mc-4.8.27.ebuild => mc-4.8.27-r1.ebuild} | 4 ++-- app-misc/mc/{mc-4.8.28.ebuild => mc-4.8.28-r1.ebuild} | 2 +- app-misc/mc/mc-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/mc/mc-4.8.27.ebuild b/app-misc/mc/mc-4.8.27-r1.ebuild similarity index 97% rename from app-misc/mc/mc-4.8.27.ebuild rename to app-misc/mc/mc-4.8.27-r1.ebuild index 44cfdd973e36..24f22f64aa08 100644 --- a/app-misc/mc/mc-4.8.27.ebuild +++ b/app-misc/mc/mc-4.8.27-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ REQUIRED_USE="spell? ( edit )" RDEPEND=">=dev-libs/glib-2.26.0:2 gpm? ( sys-libs/gpm ) - kernel_linux? ( sys-fs/e2fsprogs ) + kernel_linux? ( sys-fs/e2fsprogs[tools(+)] ) samba? ( net-fs/samba ) sftp? ( net-libs/libssh2 ) slang? ( >=sys-libs/slang-2 ) diff --git a/app-misc/mc/mc-4.8.28.ebuild b/app-misc/mc/mc-4.8.28-r1.ebuild similarity index 98% rename from app-misc/mc/mc-4.8.28.ebuild rename to app-misc/mc/mc-4.8.28-r1.ebuild index c9ccfbc6bf8b..b78d4d16f29f 100644 --- a/app-misc/mc/mc-4.8.28.ebuild +++ b/app-misc/mc/mc-4.8.28-r1.ebuild @@ -21,7 +21,7 @@ REQUIRED_USE="spell? ( edit )" RDEPEND=" >=dev-libs/glib-2.30.0:2 gpm? ( sys-libs/gpm ) - kernel_linux? ( sys-fs/e2fsprogs ) + kernel_linux? ( sys-fs/e2fsprogs[tools(+)] ) sftp? ( net-libs/libssh2 ) slang? ( >=sys-libs/slang-2 ) !slang? ( sys-libs/ncurses:=[unicode(+)?] ) diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild index 51b9527c8fb4..186c6b0f21c5 100644 --- a/app-misc/mc/mc-9999.ebuild +++ b/app-misc/mc/mc-9999.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE="spell? ( edit )" RDEPEND=">=dev-libs/glib-2.30.0:2 gpm? ( sys-libs/gpm ) - kernel_linux? ( sys-fs/e2fsprogs ) + kernel_linux? ( sys-fs/e2fsprogs[tools(+)] ) sftp? ( net-libs/libssh2 ) slang? ( >=sys-libs/slang-2 ) !slang? ( sys-libs/ncurses:=[unicode(+)?] )