diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:28:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:28:09 +0000 |
commit | f3cc63dee2e6d6688ec55e9e0514c96bed12d442 (patch) | |
tree | 21c1ff951ee2c71348d6b2c88cdd681de7ffc918 /sci-mathematics/singular/singular-2.0.5-r4.ebuild | |
parent | whitespace (diff) | |
download | historical-f3cc63dee2e6d6688ec55e9e0514c96bed12d442.tar.gz historical-f3cc63dee2e6d6688ec55e9e0514c96bed12d442.tar.bz2 historical-f3cc63dee2e6d6688ec55e9e0514c96bed12d442.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'sci-mathematics/singular/singular-2.0.5-r4.ebuild')
-rw-r--r-- | sci-mathematics/singular/singular-2.0.5-r4.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-mathematics/singular/singular-2.0.5-r4.ebuild b/sci-mathematics/singular/singular-2.0.5-r4.ebuild index f4bb566f6f5c..9e6fa25fae9f 100644 --- a/sci-mathematics/singular/singular-2.0.5-r4.ebuild +++ b/sci-mathematics/singular/singular-2.0.5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-2.0.5-r4.ebuild,v 1.3 2006/09/10 06:05:37 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-2.0.5-r4.ebuild,v 1.4 2007/07/13 05:28:09 mr_bones_ Exp $ inherit eutils @@ -46,8 +46,6 @@ src_unpack () { sed -e "s/PFSUBST/${PF}/" -i ${S}/Singular/feResource.cc || die "sed failed on feResource.cc" } - - src_compile() { local myconf="${myconf} --with-NTL --prefix=${D}/usr" econf ${myconf} || die "econf failed" |