Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207708 - app-emulation/qemu-0.9.0.ebuild patch for Gentoo/FreeBSD
Summary: app-emulation/qemu-0.9.0.ebuild patch for Gentoo/FreeBSD
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 FreeBSD
: High enhancement (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-27 16:58 UTC by f.mensik
Modified: 2012-09-30 03:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description f.mensik 2008-01-27 16:58:05 UTC
please, update app-emulation/qemu-0.9.0.ebuild file to work on Gentoo/FreeBSD.
The "uname -a" output is: FreeBSD laptik 6.2-RELEASE FreeBSD Gentoo 6.2-r3 #0: Mon Nov 19 11:18:21 CET 2007     root@laptik:/usr/src/sys-6.2-r3/i386/compile/GENERIC  i386
I have compiled qemu on i686 architecture.

here is the patch:
--- qemu-0.9.0.ebuild_orig	2008-01-04 18:40:25 +0100
+++ qemu-0.9.0.ebuild	2008-01-26 23:35:30 +0100
@@ -8,9 +8,14 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND="~app-emulation/qemu-softmmu-${PV}
+if [ "${KERNEL}" = "linux" ]; then
+	DEPEND="~app-emulation/qemu-softmmu-${PV}
 		~app-emulation/qemu-user-${PV}
 		!<=app-emulation/qemu-0.7.0"
+else
+	DEPEND="~app-emulation/qemu-softmmu-${PV}
+		!<=app-emulation/qemu-0.7.0"
+fi




Reproducible: Always
Comment 1 Richard Yao (RETIRED) gentoo-dev 2012-07-18 02:15:33 UTC
This is related to bug #421399. I am reassigning this to the app-emulation/qemu maintainer, although I imagine that the resolution we have for bug #421399 will also apply to this.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2012-09-30 03:30:21 UTC
qemu is being replaced by qemu-kvm ebuilds so you'll get those fixes.