summaryrefslogtreecommitdiff
path: root/app-emulation/xen-tools
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2015-12-04 00:40:14 -0600
committerDoug Goldstein <cardoe@gentoo.org>2015-12-04 00:41:45 -0600
commit892aacda9a78be85ceb8b30944fc9882f2a64885 (patch)
treec9576dbe5075139d41c81fd4aafed7a04336bd7c /app-emulation/xen-tools
parent8821e4cbab2a04b25bd493beffcd0f18eb8fe00c (diff)
downloadgentoo-892aacda9a78be85ceb8b30944fc9882f2a64885.tar.gz
gentoo-892aacda9a78be85ceb8b30944fc9882f2a64885.tar.xz
app-emulation/xen-tools: drop udev usage
Xen 4.6.0 and newer no longer use or ship udev rules. The functionality is implemented by running 'xl devd', which I'll add a script for on the next bump.
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r--app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild
index 079e75edf6c..b35cabeaae7 100644
--- a/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild
@@ -51,7 +51,7 @@ else
S="${WORKDIR}/xen-${MY_PV}"
fi
-inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 toolchain-funcs udev ${live_eclass}
+inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 toolchain-funcs ${live_eclass}
DESCRIPTION="Xend daemon and tools"
HOMEPAGE="http://xen.org/"
@@ -125,8 +125,7 @@ RDEPEND="${COMMON_DEPEND}
screen? (
app-misc/screen
app-admin/logrotate
- )
- virtual/udev"
+ )"
# hvmloader is used to bootstrap a fully virtualized kernel
# Approved by QA team in bug #144032
@@ -425,11 +424,6 @@ src_install() {
# for xendomains
keepdir /etc/xen/auto
- # Temp QA workaround
- dodir "$(get_udevdir)"
- mv "${D}"/etc/udev/* "${D}/$(get_udevdir)"
- rm -rf "${D}"/etc/udev
-
# Remove files failing QA AFTER emake installs them, avoiding seeking absent files
find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \
-o -name openbios-ppc -o -name palcode-clipper \) -delete || die