diff options
author | 2022-03-27 22:02:44 +0200 | |
---|---|---|
committer | 2022-03-27 22:03:52 +0200 | |
commit | 92337d58802284031dc43c661565094c29caad3b (patch) | |
tree | e0a777ca9ccee65ccbfd7a7930d26509c354f232 /app-misc | |
parent | app-misc/mc: Bump to version 4.8.28 (diff) | |
download | gentoo-92337d58802284031dc43c661565094c29caad3b.tar.gz gentoo-92337d58802284031dc43c661565094c29caad3b.tar.bz2 gentoo-92337d58802284031dc43c661565094c29caad3b.zip |
app-misc/mc: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/mc/mc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild index efb7afe860f7..51b9527c8fb4 100644 --- a/app-misc/mc/mc-9999.ebuild +++ b/app-misc/mc/mc-9999.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 @@ -23,7 +23,7 @@ IUSE="+edit gpm nls sftp +slang spell test unicode X" REQUIRED_USE="spell? ( edit )" -RDEPEND=">=dev-libs/glib-2.26.0:2 +RDEPEND=">=dev-libs/glib-2.30.0:2 gpm? ( sys-libs/gpm ) kernel_linux? ( sys-fs/e2fsprogs ) sftp? ( net-libs/libssh2 ) |