diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-02-20 17:39:12 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-02-20 17:39:12 +0000 |
commit | 8f23934ef104e43e641728777f394f253b9d951a (patch) | |
tree | 5aa60aa137c1612c714b17b52877bd9f52606bd2 /sci-mathematics/dataplot | |
parent | Migrate to EAPI 2 use deps (diff) | |
download | gentoo-2-8f23934ef104e43e641728777f394f253b9d951a.tar.gz gentoo-2-8f23934ef104e43e641728777f394f253b9d951a.tar.bz2 gentoo-2-8f23934ef104e43e641728777f394f253b9d951a.zip |
Fix EAPI 2 function additions
Diffstat (limited to 'sci-mathematics/dataplot')
-rw-r--r-- | sci-mathematics/dataplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/dataplot/dataplot-20080225.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog index fdd4247ecd3f..944eea9e7634 100644 --- a/sci-mathematics/dataplot/ChangeLog +++ b/sci-mathematics/dataplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/dataplot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.6 2009/02/20 17:36:44 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.7 2009/02/20 17:39:12 gentoofan23 Exp $ + + 20 Feb 2009; Thomas Anderson <gentoofan23@gentoo.org> + dataplot-20080225.ebuild: + Fix EAPI 2 function additions 20 Feb 2009; Thomas Anderson <gentoofan23@gentoo.org> dataplot-20080225.ebuild: diff --git a/sci-mathematics/dataplot/dataplot-20080225.ebuild b/sci-mathematics/dataplot/dataplot-20080225.ebuild index 31302ccb8c14..c2b0154b400b 100644 --- a/sci-mathematics/dataplot/dataplot-20080225.ebuild +++ b/sci-mathematics/dataplot/dataplot-20080225.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.5 2009/02/20 17:36:44 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.6 2009/02/20 17:39:12 gentoofan23 Exp $ EAPI="2" inherit eutils toolchain-funcs autotools fortran @@ -58,14 +58,12 @@ src_unpack() { eautoreconf } -src_compile() { +src_configure() { econf \ $(use_enable gd) \ $(use_enable gs) \ $(use_enable opengl) \ - $(use_enable X) || die "Econf failed" - - emake || die "Make failed" + $(use_enable X) } src_install() { |