diff options
author | 2004-03-14 02:33:48 +0000 | |
---|---|---|
committer | 2004-03-14 02:33:48 +0000 | |
commit | 5001d18654fc1ef4b80470f47d74cc42db586272 (patch) | |
tree | f98c0e091b8925df7edd3842e637dc84ad5c0c12 /dev-lang/bigwig/bigwig-2.0-r7.ebuild | |
parent | strip-flags into src_compile; don't assign default to S; header fix (diff) | |
download | historical-5001d18654fc1ef4b80470f47d74cc42db586272.tar.gz historical-5001d18654fc1ef4b80470f47d74cc42db586272.tar.bz2 historical-5001d18654fc1ef4b80470f47d74cc42db586272.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-lang/bigwig/bigwig-2.0-r7.ebuild')
-rw-r--r-- | dev-lang/bigwig/bigwig-2.0-r7.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-lang/bigwig/bigwig-2.0-r7.ebuild b/dev-lang/bigwig/bigwig-2.0-r7.ebuild index f6b6f41be920..0db8da7f04bd 100644 --- a/dev-lang/bigwig/bigwig-2.0-r7.ebuild +++ b/dev-lang/bigwig/bigwig-2.0-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bigwig/bigwig-2.0-r7.ebuild,v 1.4 2003/04/16 17:54:31 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/bigwig/bigwig-2.0-r7.ebuild,v 1.5 2004/03/14 02:33:07 mr_bones_ Exp $ IUSE="odbc mysql libwww java ssl" @@ -20,8 +20,6 @@ SLOT="0" SRC_URI="http://www.brics.dk/bigwig/dist/${P}-7.tar.gz" KEYWORDS="x86" -S=${WORKDIR}/${P} - src_compile() { local myconf |