diff options
author | 2019-01-01 15:14:12 +0000 | |
---|---|---|
committer | 2019-01-01 15:14:21 +0000 | |
commit | 46db16b8927b8fc80ef20c917bd2322c312294c9 (patch) | |
tree | 40e36305088f124971b738b975fa98c6d8a0f538 /app-misc/mc/mc-9999.ebuild | |
parent | sys-fs/udftools: Removed old. (diff) | |
download | gentoo-46db16b8927b8fc80ef20c917bd2322c312294c9.tar.gz gentoo-46db16b8927b8fc80ef20c917bd2322c312294c9.tar.bz2 gentoo-46db16b8927b8fc80ef20c917bd2322c312294c9.zip |
app-misc/mc: bump up to 4.8.22
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-misc/mc/mc-9999.ebuild')
-rw-r--r-- | app-misc/mc/mc-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild index 3af128d35dc4..722ae657e0d8 100644 --- a/app-misc/mc/mc-9999.ebuild +++ b/app-misc/mc/mc-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/MidnightCommander/mc.git" @@ -68,7 +68,7 @@ src_configure() { --enable-charset --enable-vfs --with-homedir=$(usex xdg 'XDG' '.mc') - --with-screen=$(usex slang 'slang' "ncurses$(usex unicode 'w')") + --with-screen=$(usex slang 'slang' "ncurses$(usex unicode 'w' '')") $(use_enable kernel_linux vfs-undelfs) $(use_enable mclib) $(use_enable nls) |