commit:     21437e3e8f5c886aeec8bbcb3baf29ea227ec00a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 04:37:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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(+)?] )

Reply via email to