commit:     3091393072e75e598e35a8ff323ddb6f283858ff
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 11:05:54 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 11:44:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30913930

sci-libs/libmems: Bump to EAPI=6

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/libmems/libmems-9999.ebuild | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/sci-libs/libmems/libmems-9999.ebuild 
b/sci-libs/libmems/libmems-9999.ebuild
index ff9052c..98938e3 100644
--- a/sci-libs/libmems/libmems-9999.ebuild
+++ b/sci-libs/libmems/libmems-9999.ebuild
@@ -1,18 +1,15 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
-AUTOTOOLS_AUTORECONF=yes
-
-ESVN_REPO_URI="https://mauve.svn.sourceforge.net/svnroot/mauve/libMems/trunk";
-
-inherit autotools-utils subversion
+inherit autotools subversion
 
 DESCRIPTION="Library for sci-biology/mauve"
 HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/";
 SRC_URI=""
+ESVN_REPO_URI="https://mauve.svn.sourceforge.net/svnroot/mauve/libMems/trunk";
 
 SLOT="0"
 LICENSE="GPL-2"
@@ -28,3 +25,8 @@ DEPEND="${CDEPEND}
 RDEPEND="${CDEPEND}"
 
 S="${WORKDIR}"
+
+src_prepare() {
+       default
+       eautoreconf
+}

Reply via email to