diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-08-29 10:25:35 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-08-29 10:25:35 +0000 |
commit | e20cb70ed28ad83908df630aacf4e907db79a7ea (patch) | |
tree | 0c175aadaf1a76a751c39382f7fe1d8a60010860 /app-emulation | |
parent | Version bump, removed release candidates. (diff) | |
download | gentoo-2-e20cb70ed28ad83908df630aacf4e907db79a7ea.tar.gz gentoo-2-e20cb70ed28ad83908df630aacf4e907db79a7ea.tar.bz2 gentoo-2-e20cb70ed28ad83908df630aacf4e907db79a7ea.zip |
Typo fix
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index a27699c5a18a..af5cb734aadb 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.44 2005/08/23 12:22:12 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.45 2005/08/29 10:25:35 lu_zero Exp $ + + 29 Aug 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.1.ebuild: + Fix a typo, thanks to Karl-Johan Karlsson + <creideiki+gentoo-bugzilla@lysator.liu.se> for pointing out 23 Aug 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.1.ebuild: Minor update, thanks to Davide B. <windowsuninstall@alproject.org> for diff --git a/app-emulation/bochs/bochs-2.2.1.ebuild b/app-emulation/bochs/bochs-2.2.1.ebuild index 27ce5f30cb76..07f07ccd7546 100644 --- a/app-emulation/bochs/bochs-2.2.1.ebuild +++ b/app-emulation/bochs/bochs-2.2.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.2.1.ebuild,v 1.3 2005/08/23 12:22:12 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.1.ebuild,v 1.4 2005/08/29 10:25:35 lu_zero Exp $ inherit eutils wxwidgets @@ -35,7 +35,7 @@ src_unpack() { die "sed Makefile.in failed" # Make it use the correct path to gtk-2 - sed -i -e "s/opt/gnome:/usr:" configure + sed -i -e "s:/opt/gnome:/usr:" configure } src_compile() { |