summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-08 13:21:45 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-08 13:22:21 +0100
commitab338952fc2918ed6ab31f73c1e28a044109d416 (patch)
treed01a53433fc844f2424170b290f2648876f71b82 /app-misc/mc/mc-9999.ebuild
parentsci-visualization/veusz: bump to 1.24 (diff)
downloadgentoo-ab338952fc2918ed6ab31f73c1e28a044109d416.tar.gz
gentoo-ab338952fc2918ed6ab31f73c1e28a044109d416.tar.bz2
gentoo-ab338952fc2918ed6ab31f73c1e28a044109d416.zip
app-misc/mc: bump up to 4.8.17
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-misc/mc/mc-9999.ebuild')
-rw-r--r--app-misc/mc/mc-9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild
index 4720de0ab23b..e21eaaa002fe 100644
--- a/app-misc/mc/mc-9999.ebuild
+++ b/app-misc/mc/mc-9999.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://github.com/MidnightCommander/mc.git https://github.com/MidnightCommander/mc.git git://midnight-commander.org/git/mc.git"
- LIVE_ECLASSES="git-2 autotools"
+ LIVE_ECLASSES="git-r3 autotools"
LIVE_EBUILD=yes
fi
@@ -51,13 +51,11 @@ DEPEND="${RDEPEND}
[[ -n ${LIVE_EBUILD} ]] && DEPEND="${DEPEND} dev-vcs/cvs" # needed only for SCM source tree (autopoint uses cvs)
src_prepare() {
- epatch_user
+ default
[[ -n ${LIVE_EBUILD} ]] && ./autogen.sh
}
-S=${WORKDIR}/${MY_P}
-
src_configure() {
local myscreen=ncurses
use slang && myscreen=slang