diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-05 23:58:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-05 23:58:40 +0000 |
commit | 0bdba6e2e14906ef55520ddd3b5d8204dba0a043 (patch) | |
tree | 57b2435cc45b57c0f22cd6e37b6c1a4cd4cd18c3 /app-emulation/qemu | |
parent | Initial commit. (diff) | |
download | gentoo-2-0bdba6e2e14906ef55520ddd3b5d8204dba0a043.tar.gz gentoo-2-0bdba6e2e14906ef55520ddd3b5d8204dba0a043.tar.bz2 gentoo-2-0bdba6e2e14906ef55520ddd3b5d8204dba0a043.zip |
Fix trivial mistake. Closes bug #280121 by Kerin Millar.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.10.3.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.10.4.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.10.5.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.10.6.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.11.0.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.11.1.ebuild | 6 |
7 files changed, 25 insertions, 20 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 73031febbf67..7140aacc79a9 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/qemu -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.76 2009/12/15 16:35:26 cardoe Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.77 2010/01/05 23:58:40 flameeyes Exp $ + + 05 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> qemu-0.10.3.ebuild, + qemu-0.10.4.ebuild, qemu-0.10.5.ebuild, qemu-0.10.6.ebuild, + qemu-0.11.0.ebuild, qemu-0.11.1.ebuild: + Fix trivial mistake. Closes bug #280121 by Kerin Millar. 15 Dec 2009; Doug Goldstein <cardoe@gentoo.org> metadata.xml: change to qemu herd diff --git a/app-emulation/qemu/qemu-0.10.3.ebuild b/app-emulation/qemu/qemu-0.10.3.ebuild index 408298499a98..ec0e92a9d9b1 100644 --- a/app-emulation/qemu/qemu-0.10.3.ebuild +++ b/app-emulation/qemu/qemu-0.10.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.3.ebuild,v 1.3 2009/05/17 21:20:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.3.ebuild,v 1.4 2010/01/05 23:58:40 flameeyes Exp $ EAPI="2" @@ -105,7 +105,7 @@ src_configure() { conf_opts="$conf_opts --enable-linux-user" else einfo "Disabling usermode emulation (no usermode targets specified)" - conf_opts="--disable-linux-user" + conf_opts="$conf_opts --disable-linux-user" fi # use fdt || conf_opts="$conf_opts --disable-fdt" diff --git a/app-emulation/qemu/qemu-0.10.4.ebuild b/app-emulation/qemu/qemu-0.10.4.ebuild index 3fba7c92c329..6e3ed1087af2 100644 --- a/app-emulation/qemu/qemu-0.10.4.ebuild +++ b/app-emulation/qemu/qemu-0.10.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild,v 1.3 2009/05/19 18:13:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild,v 1.4 2010/01/05 23:58:40 flameeyes Exp $ EAPI="2" @@ -105,7 +105,7 @@ src_configure() { conf_opts="$conf_opts --enable-linux-user" else einfo "Disabling usermode emulation (no usermode targets specified)" - conf_opts="--disable-linux-user" + conf_opts="$conf_opts --disable-linux-user" fi # use fdt || conf_opts="$conf_opts --disable-fdt" diff --git a/app-emulation/qemu/qemu-0.10.5.ebuild b/app-emulation/qemu/qemu-0.10.5.ebuild index 0bba204edee3..37cea6600a4c 100644 --- a/app-emulation/qemu/qemu-0.10.5.ebuild +++ b/app-emulation/qemu/qemu-0.10.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.5.ebuild,v 1.1 2009/06/07 10:13:43 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.5.ebuild,v 1.2 2010/01/05 23:58:40 flameeyes Exp $ EAPI="2" @@ -107,7 +107,7 @@ src_configure() { conf_opts="$conf_opts --enable-linux-user" else einfo "Disabling usermode emulation (no usermode targets specified)" - conf_opts="--disable-linux-user" + conf_opts="$conf_opts --disable-linux-user" fi # use fdt || conf_opts="$conf_opts --disable-fdt" diff --git a/app-emulation/qemu/qemu-0.10.6.ebuild b/app-emulation/qemu/qemu-0.10.6.ebuild index 5848a2275c3a..691f83bfd1fe 100644 --- a/app-emulation/qemu/qemu-0.10.6.ebuild +++ b/app-emulation/qemu/qemu-0.10.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.6.ebuild,v 1.1 2009/09/05 15:58:52 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.6.ebuild,v 1.2 2010/01/05 23:58:40 flameeyes Exp $ EAPI="2" @@ -107,7 +107,7 @@ src_configure() { conf_opts="$conf_opts --enable-linux-user" else einfo "Disabling usermode emulation (no usermode targets specified)" - conf_opts="--disable-linux-user" + conf_opts="$conf_opts --disable-linux-user" fi # use fdt || conf_opts="$conf_opts --disable-fdt" diff --git a/app-emulation/qemu/qemu-0.11.0.ebuild b/app-emulation/qemu/qemu-0.11.0.ebuild index ef02b3a64e5c..368faf89fb6d 100644 --- a/app-emulation/qemu/qemu-0.11.0.ebuild +++ b/app-emulation/qemu/qemu-0.11.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.0.ebuild,v 1.5 2009/11/23 00:20:33 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.0.ebuild,v 1.6 2010/01/05 23:58:40 flameeyes Exp $ EAPI="2" @@ -108,7 +108,7 @@ src_configure() { conf_opts="$conf_opts --enable-linux-user" else einfo "Disabling usermode emulation (no usermode targets specified)" - conf_opts="--disable-linux-user" + conf_opts="$conf_opts --disable-linux-user" fi # use fdt || conf_opts="$conf_opts --disable-fdt" diff --git a/app-emulation/qemu/qemu-0.11.1.ebuild b/app-emulation/qemu/qemu-0.11.1.ebuild index e52875992f44..9468bd3b824b 100644 --- a/app-emulation/qemu/qemu-0.11.1.ebuild +++ b/app-emulation/qemu/qemu-0.11.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.1.ebuild,v 1.1 2009/12/06 22:00:55 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.1.ebuild,v 1.2 2010/01/05 23:58:40 flameeyes Exp $ EAPI="2" @@ -108,7 +108,7 @@ src_configure() { conf_opts="$conf_opts --enable-linux-user" else einfo "Disabling usermode emulation (no usermode targets specified)" - conf_opts="--disable-linux-user" + conf_opts="$conf_opts --disable-linux-user" fi # use fdt || conf_opts="$conf_opts --disable-fdt" |