diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-02 22:48:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-02 22:48:42 +0000 |
commit | 938566df4e2185ff5efc611049156a9c6829985d (patch) | |
tree | 0e084fa77b5df80c15975851a25e4ddbc087bb52 /app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild | |
parent | Initial version of live git ebuild. (diff) | |
download | gentoo-2-938566df4e2185ff5efc611049156a9c6829985d.tar.gz gentoo-2-938566df4e2185ff5efc611049156a9c6829985d.tar.bz2 gentoo-2-938566df4e2185ff5efc611049156a9c6829985d.zip |
Use virtual/udev instead of sys-fs/udev wrt #444398
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild b/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild index 53afa97bb887..d274e2983000 100644 --- a/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.4 2012/05/08 16:04:46 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.5 2012/12/02 22:48:42 ssuominen Exp $ EAPI="3" @@ -66,7 +66,7 @@ RDEPEND="${CDEPEND} app-misc/screen app-admin/logrotate ) - || ( sys-fs/udev sys-apps/hotplug )" + || ( virtual/udev sys-apps/hotplug )" # hvmloader is used to bootstrap a fully virtualized kernel # Approved by QA team in bug #144032 |