diff options
-rw-r--r-- | app-emulation/qemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.7.0.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 905c7b6fb59e..d99cc88b93a3 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.33 2005/05/12 09:13:55 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.34 2005/05/18 23:44:49 lu_zero Exp $ + + 18 May 2005; Luca Barbato <lu_zero@gentoo.org> qemu-0.7.0.ebuild: + Add a notice about the qemu group, thanks to Leung Ki Chi + <leun0003@ntu.edu.sg> for pointing the issue out 12 May 2005; Luca Barbato <lu_zero@gentoo.org> qemu-0.7.0.ebuild: Hardened updates from Kevin F. Quinn <co@kevquinn.com> diff --git a/app-emulation/qemu/qemu-0.7.0.ebuild b/app-emulation/qemu/qemu-0.7.0.ebuild index d8ea3e316db7..385ff3a715c2 100644 --- a/app-emulation/qemu/qemu-0.7.0.ebuild +++ b/app-emulation/qemu/qemu-0.7.0.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/qemu/qemu-0.7.0.ebuild,v 1.6 2005/05/12 09:13:55 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.7.0.ebuild,v 1.7 2005/05/18 23:44:49 lu_zero Exp $ inherit eutils flag-o-matic linux-mod toolchain-funcs @@ -139,5 +139,6 @@ pkg_postinst() { einfo "if you want it released under GPL" linux-mod_pkg_postinst einfo "make sure you have the kernel module loaded before running qemu" + einfo "and your user is in the qemu group" fi } |