diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-07 00:21:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-07 00:21:32 +0000 |
commit | 8b768eaf767795568d0600c751ffb1184a7d9511 (patch) | |
tree | 1733be1d25b08200c42df6960a1883a09842a5a5 /sys-apps/sed | |
parent | Add comment about monodevelop-0.6's inability to handle gtk-sharp-1.0.x proje... (diff) | |
download | gentoo-2-8b768eaf767795568d0600c751ffb1184a7d9511.tar.gz gentoo-2-8b768eaf767795568d0600c751ffb1184a7d9511.tar.bz2 gentoo-2-8b768eaf767795568d0600c751ffb1184a7d9511.zip |
clean up after the sed bootstrap, dont bootstrap it twice (thanks to Mr_Bones_ for point this out)
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/sed-4.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.1.4.ebuild b/sys-apps/sed/sed-4.1.4.ebuild index 52d71a50c366..41aab52905e0 100644 --- a/sys-apps/sed/sed-4.1.4.ebuild +++ b/sys-apps/sed/sed-4.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.4.ebuild,v 1.3 2005/03/26 17:06:39 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.4.ebuild,v 1.4 2005/04/07 00:21:32 vapier Exp $ inherit flag-o-matic @@ -51,7 +51,7 @@ src_compile() { ${myconf} \ || die "Configure failed" - src_bootstrap_sed + src_bootstrap_cleanup use static && append-ldflags -static emake LDFLAGS="${LDFLAGS}" || die "build failed" } |