diff options
Diffstat (limited to 'sci-biology/generecon/generecon-1.2.1-r1.ebuild')
-rw-r--r-- | sci-biology/generecon/generecon-1.2.1-r1.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/sci-biology/generecon/generecon-1.2.1-r1.ebuild b/sci-biology/generecon/generecon-1.2.1-r1.ebuild index cc9fc42b0..d3c8acbff 100644 --- a/sci-biology/generecon/generecon-1.2.1-r1.ebuild +++ b/sci-biology/generecon/generecon-1.2.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="3" +EAPI=5 inherit autotools eutils @@ -17,19 +17,16 @@ IUSE="" RDEPEND=" dev-libs/popt - dev-scheme/guile + dev-scheme/guile:12 sci-libs/gsl" DEPEND="${DEPEND}" src_prepare() { sed 's|#PF#|'${PF}'|g' "${FILESDIR}"/${PN}-docfiles.patch > ${PN}-docfiles.patch - epatch ${PN}-docfiles.patch - epatch "${FILESDIR}"/${PV}-gcc4.patch - epatch "${FILESDIR}"/${PV}-flags.patch + epatch \ + ${PN}-docfiles.patch \ + "${FILESDIR}"/${PV}-gcc4.patch \ + "${FILESDIR}"/${PV}-flags.patch eautoreconf } - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" -} |