diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-05-07 19:03:47 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-05-07 19:03:47 +0000 |
commit | 09dafd23008bf9adb6762b483ae24063b7b0e4c0 (patch) | |
tree | 55537b2b0840a0e0425162711405566738e3fcae /app-emulation | |
parent | ppc stable, bug #132146 (diff) | |
download | gentoo-2-09dafd23008bf9adb6762b483ae24063b7b0e4c0.tar.gz gentoo-2-09dafd23008bf9adb6762b483ae24063b7b0e4c0.tar.bz2 gentoo-2-09dafd23008bf9adb6762b483ae24063b7b0e4c0.zip |
Fix for bug #132467
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-user/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu-user/qemu-user-0.8.1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/qemu-user/ChangeLog b/app-emulation/qemu-user/ChangeLog index 78f104d65e8a..5585d960b1d3 100644 --- a/app-emulation/qemu-user/ChangeLog +++ b/app-emulation/qemu-user/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu-user # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.14 2006/05/06 08:52:33 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.15 2006/05/07 19:03:47 lu_zero Exp $ + + 07 May 2006; Luca Barbato <lu_zero@gentoo.org> qemu-user-0.8.1.ebuild: + Fix errno again for x86, thanks to lothalev@gmail.com *qemu-user-0.8.1 (06 May 2006) diff --git a/app-emulation/qemu-user/qemu-user-0.8.1.ebuild b/app-emulation/qemu-user/qemu-user-0.8.1.ebuild index 5687fa0acb32..7aa7c62e9b80 100644 --- a/app-emulation/qemu-user/qemu-user-0.8.1.ebuild +++ b/app-emulation/qemu-user/qemu-user-0.8.1.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/app-emulation/qemu-user/qemu-user-0.8.1.ebuild,v 1.1 2006/05/06 08:52:33 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.8.1.ebuild,v 1.2 2006/05/07 19:03:47 lu_zero Exp $ inherit eutils flag-o-matic @@ -40,6 +40,8 @@ src_unpack() { epatch ${FILESDIR}/qemu-ppc-dirty-hack.patch epatch ${FILESDIR}/qemu-0.8.0-gcc4-hacks.patch epatch ${FILESDIR}/qemu-0.8.0-stwbrx.patch + epatch ${FILESDIR}/qemu-user-0.7.0-errno.patch + # Alter target makefiles to accept CFLAGS set via flag-o. sed -i 's/^\(C\|OP_C\|HELPER_C\)FLAGS=/\1FLAGS+=/' \ Makefile Makefile.target tests/Makefile |