summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-07-02 11:22:16 +0200
committerLars Wendler <polynomial-c@gentoo.org>2021-07-02 11:22:16 +0200
commitb43a709e94395428c1ebf239ad7654e8678a2ab1 (patch)
tree40e9f0ab9358476340caa514d03db9844a058a79
parentmedia-libs/aalib: add self as maintainer (diff)
downloadgentoo-b43a709e.tar.gz
gentoo-b43a709e.tar.bz2
gentoo-b43a709e.zip
app-misc/mc: Upstream removed "--with-homedir" option
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--app-misc/mc/mc-9999.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild
index 5f6d63049398..0c868d11135d 100644
--- a/app-misc/mc/mc-9999.ebuild
+++ b/app-misc/mc/mc-9999.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://www.midnight-commander.org"
LICENSE="GPL-3"
SLOT="0"
-IUSE="+edit gpm nls samba sftp +slang spell test unicode X +xdg"
+IUSE="+edit gpm nls samba sftp +slang spell test unicode X"
REQUIRED_USE="spell? ( edit )"
@@ -65,7 +65,6 @@ src_configure() {
local myeconfargs=(
--enable-charset
--enable-vfs
- --with-homedir=$(usex xdg 'XDG' '.mc')
--with-screen=$(usex slang 'slang' "ncurses$(usex unicode 'w' '')")
$(use_enable kernel_linux vfs-undelfs)
# Today mclib does not expose any headers and is linked to
@@ -102,11 +101,6 @@ src_install() {
fowners root:tty /usr/libexec/mc/cons.saver
fperms g+s /usr/libexec/mc/cons.saver
fi
-
- if ! use xdg ; then
- sed 's@MC_XDG_OPEN="xdg-open"@MC_XDG_OPEN="/bin/false"@' \
- -i "${ED}"/usr/libexec/mc/ext.d/*.sh || die
- fi
}
pkg_postinst() {