diff options
author | 2016-05-08 13:21:45 +0100 | |
---|---|---|
committer | 2016-05-08 13:22:21 +0100 | |
commit | ab338952fc2918ed6ab31f73c1e28a044109d416 (patch) | |
tree | d01a53433fc844f2424170b290f2648876f71b82 /app-misc/mc/mc-9999.ebuild | |
parent | sci-visualization/veusz: bump to 1.24 (diff) | |
download | gentoo-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.ebuild | 8 |
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 |