diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2009-04-28 17:45:24 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2009-04-28 17:45:24 +0000 |
commit | 9c257f5ccd14f80b53e58146f7a5ebceee4e1fb8 (patch) | |
tree | a283df11677037bb1a58a3dedf5b7659c04cacf5 /app-emulation | |
parent | Change the ownership of the pluginsdir to freenet user (diff) | |
download | gentoo-2-9c257f5ccd14f80b53e58146f7a5ebceee4e1fb8.tar.gz gentoo-2-9c257f5ccd14f80b53e58146f7a5ebceee4e1fb8.tar.bz2 gentoo-2-9c257f5ccd14f80b53e58146f7a5ebceee4e1fb8.zip |
Need linux-info for the kernel version checks
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/kvm/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/kvm/kvm-85-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/kvm/ChangeLog b/app-emulation/kvm/ChangeLog index d6823c8b3b00..e400d0ecbe64 100644 --- a/app-emulation/kvm/ChangeLog +++ b/app-emulation/kvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/kvm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kvm/ChangeLog,v 1.33 2009/04/28 13:35:23 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kvm/ChangeLog,v 1.34 2009/04/28 17:45:24 dang Exp $ + + 28 Apr 2009; Daniel Gryniewicz <dang@gentoo.org> kvm-85-r1: + Need linux-info for the kernel version checks *kvm-85-r1 (28 Apr 2009) diff --git a/app-emulation/kvm/kvm-85-r1.ebuild b/app-emulation/kvm/kvm-85-r1.ebuild index 6cb2a8b42672..e43d5fb48190 100644 --- a/app-emulation/kvm/kvm-85-r1.ebuild +++ b/app-emulation/kvm/kvm-85-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kvm/kvm-85-r1.ebuild,v 1.1 2009/04/28 13:35:23 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kvm/kvm-85-r1.ebuild,v 1.2 2009/04/28 17:45:24 dang Exp $ EAPI="2" -inherit eutils flag-o-matic toolchain-funcs +inherit eutils flag-o-matic toolchain-funcs linux-info MY_PN="qemu-${PN}-devel" MY_P="${MY_PN}-${PV}" |