diff options
author | 2012-10-30 21:12:20 +0000 | |
---|---|---|
committer | 2012-10-30 21:12:20 +0000 | |
commit | 00e318800e9c416afe9249acee2ce74451033605 (patch) | |
tree | fb320572e1f9c466c4e1c0bd9ca744fff41c24db /app-emulation | |
parent | Ensure no one uses USE=bluetooth with USE=static since it doesn't work. (diff) | |
download | gentoo-2-00e318800e9c416afe9249acee2ce74451033605.tar.gz gentoo-2-00e318800e9c416afe9249acee2ce74451033605.tar.bz2 gentoo-2-00e318800e9c416afe9249acee2ce74451033605.zip |
Remove empty depend to fix bug #436310
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-guest-agent/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu-guest-agent/files/qemu-ga.init | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-emulation/qemu-guest-agent/ChangeLog b/app-emulation/qemu-guest-agent/ChangeLog index 40e0bb41bbe0..acb4c24ec104 100644 --- a/app-emulation/qemu-guest-agent/ChangeLog +++ b/app-emulation/qemu-guest-agent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu-guest-agent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/ChangeLog,v 1.4 2012/10/29 07:00:46 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/ChangeLog,v 1.5 2012/10/30 21:12:20 cardoe Exp $ + + 30 Oct 2012; Doug Goldstein <cardoe@gentoo.org> files/qemu-ga.init: + Remove empty depend to fix bug #436310 *qemu-guest-agent-1.2.0 (29 Oct 2012) diff --git a/app-emulation/qemu-guest-agent/files/qemu-ga.init b/app-emulation/qemu-guest-agent/files/qemu-ga.init index 599673574b65..83876308aea5 100644 --- a/app-emulation/qemu-guest-agent/files/qemu-ga.init +++ b/app-emulation/qemu-guest-agent/files/qemu-ga.init @@ -1,11 +1,7 @@ #!/sbin/runscript # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/files/qemu-ga.init,v 1.1 2012/07/28 22:00:05 cardoe Exp $ - -depend() { - -} +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/files/qemu-ga.init,v 1.2 2012/10/30 21:12:20 cardoe Exp $ start() { GA_METHOD=${GA_METHOD:-virtio-serial} |