diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-02-05 00:12:54 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-02-05 00:29:40 +0100 |
commit | 662807ab75d61d5292b75839254409ea0e49d096 (patch) | |
tree | 639ee68995d369f57b34120837d157bd71338904 /app-misc/mc/mc-9999.ebuild | |
parent | media-tv/plex-media-server: Stabilize 1.29.0.6244 amd64, #892910 (diff) | |
download | gentoo-662807ab75d61d5292b75839254409ea0e49d096.tar.gz gentoo-662807ab75d61d5292b75839254409ea0e49d096.tar.bz2 gentoo-662807ab75d61d5292b75839254409ea0e49d096.zip |
app-misc/mc: drop confusing message about USE="slang unicode"
According to https://www.jedsoft.org/slang/doc/html/cslang-4.html S-Lang
*HAS* got native Unicode support, which thanks to the presence of
"SLutf8_enable(-1)" in mc code is activated whenever a UTF-8 locale is
in use. In other words, it's USE=-unicode that has no effect on
app-misc/mc[slang] - and IMHO anyone intentionally disabling Unicode
support in 2023 should already know what they are doing (and are
unlikely to have an UTF-8 locale active).
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-misc/mc/mc-9999.ebuild')
-rw-r--r-- | app-misc/mc/mc-9999.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild index 418ebc976d9a..224d3fdacd58 100644 --- a/app-misc/mc/mc-9999.ebuild +++ b/app-misc/mc/mc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,12 +47,6 @@ RESTRICT="!test? ( test )" S="${WORKDIR}/${MY_P}" -pkg_pretend() { - if use slang && use unicode ; then - ewarn "\"unicode\" USE flag only takes effect when the \"slang\" USE flag is disabled." - fi -} - src_prepare() { default |