diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-15 08:45:52 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-15 08:46:10 +0100 |
commit | b8bb62f24882f4db3f16b80b650bc4c575223e0b (patch) | |
tree | c8e8d56d3e8a2faca0cfdcdd6377a2094b541be7 /app-misc/mc/metadata.xml | |
parent | x11-terms/alacritty: drop old (diff) | |
download | gentoo-b8bb62f24882f4db3f16b80b650bc4c575223e0b.tar.gz gentoo-b8bb62f24882f4db3f16b80b650bc4c575223e0b.tar.bz2 gentoo-b8bb62f24882f4db3f16b80b650bc4c575223e0b.zip |
app-misc/mc: drop USE=mclib, bug #685938
Today mclib does not expose any headers and is linked to
single 'mc' binary. Thus there is no advantage of having
a library. Let's avoid shared library altogether
as it also conflicts with sci-libs/mc.
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/685938
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-misc/mc/metadata.xml')
-rw-r--r-- | app-misc/mc/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-misc/mc/metadata.xml b/app-misc/mc/metadata.xml index 35fa1001c11e..5c99ff657dde 100644 --- a/app-misc/mc/metadata.xml +++ b/app-misc/mc/metadata.xml @@ -15,7 +15,6 @@ </maintainer> <use> <flag name="edit">Compile and install the mcedit application</flag> - <flag name="mclib">Compile and install the libmc.so shared library</flag> <flag name="sftp">Add support for sftp (uses <pkg>net-libs/libssh2</pkg> for it).</flag> <flag name="slang">Use <pkg>sys-libs/slang</pkg> instead of <pkg>sys-libs/ncurses</pkg>.</flag> <flag name="xdg">Toggles mc's config dir location. Enable for $XDG_CONFIG_HOME/mc, disable for $HOME/.mc</flag> |