diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-02-01 03:22:05 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-02-01 03:22:05 +0000 |
commit | 032f436e4f994a8dd82842603fa643b216d4d4d1 (patch) | |
tree | 510868cd7dc831c9e82130627329445afa3490fd /app-emulation/bochs/bochs-2.1.1.ebuild | |
parent | New Maintainer->Check changelog (diff) | |
download | gentoo-2-032f436e4f994a8dd82842603fa643b216d4d4d1.tar.gz gentoo-2-032f436e4f994a8dd82842603fa643b216d4d4d1.tar.bz2 gentoo-2-032f436e4f994a8dd82842603fa643b216d4d4d1.zip |
Typo fix
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emulation/bochs/bochs-2.1.1.ebuild')
-rw-r--r-- | app-emulation/bochs/bochs-2.1.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild index ff9907095527..28e0ce29517f 100644 --- a/app-emulation/bochs/bochs-2.1.1.ebuild +++ b/app-emulation/bochs/bochs-2.1.1.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/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.18 2005/01/09 10:44:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.19 2005/02/01 03:22:05 lu_zero Exp $ inherit eutils wxwidgets @@ -33,6 +33,8 @@ src_unpack() { -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in || \ die "sed Makefile.in failed" # epatch ${FILESDIR}/${P}-gcc3.patch || die + #Quick fix for a typo + epatch ${FILESDIR}/${P}-regparm-typo.patch ||die } src_compile() { |