diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-02 01:27:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-02 01:27:44 +0000 |
commit | 902677f498feb5c6cb1c81c6ef887714b1475c47 (patch) | |
tree | a4b72dcda3bab01c3004a7e26e82febd10f93383 /sci-libs | |
parent | whitespace (diff) | |
download | gentoo-2-902677f498feb5c6cb1c81c6ef887714b1475c47.tar.gz gentoo-2-902677f498feb5c6cb1c81c6ef887714b1475c47.tar.bz2 gentoo-2-902677f498feb5c6cb1c81c6ef887714b1475c47.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/minuit/minuit-5.16.00.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/minuit/minuit-5.16.00.ebuild b/sci-libs/minuit/minuit-5.16.00.ebuild index 5d7e5c328916..4a1f161444ca 100644 --- a/sci-libs/minuit/minuit-5.16.00.ebuild +++ b/sci-libs/minuit/minuit-5.16.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/minuit/minuit-5.16.00.ebuild,v 1.4 2008/06/01 10:24:45 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/minuit/minuit-5.16.00.ebuild,v 1.5 2008/06/02 01:27:44 mr_bones_ Exp $ inherit eutils @@ -28,7 +28,6 @@ src_unpack() { epatch "${FILESDIR}"/${P}-gcc4.3.patch } - src_compile() { econf || die "econf failed" emake || die "emake failed" |