summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-04-15 21:55:18 +0000
committerUlrich Müller <ulm@gentoo.org>2011-04-15 21:55:18 +0000
commit7435b8f9acacb6186cf7049ed4b3213fd0eda6f6 (patch)
tree724dd7c63fb06911855cad2334a7824d322038e0 /sys-fs/udev/udev-149.ebuild
parentStable on amd64 wrt bug #363241 (diff)
downloadgentoo-2-7435b8f9acacb6186cf7049ed4b3213fd0eda6f6.tar.gz
gentoo-2-7435b8f9acacb6186cf7049ed4b3213fd0eda6f6.tar.bz2
gentoo-2-7435b8f9acacb6186cf7049ed4b3213fd0eda6f6.zip
Don't PROVIDE virtual/dev-manager, it is a new-style virtual now. Bug 361133.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/udev/udev-149.ebuild')
-rw-r--r--sys-fs/udev/udev-149.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-fs/udev/udev-149.ebuild b/sys-fs/udev/udev-149.ebuild
index 30fd291e517c..5e5ebfeedfe3 100644
--- a/sys-fs/udev/udev-149.ebuild
+++ b/sys-fs/udev/udev-149.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-149.ebuild,v 1.16 2010/08/24 18:28:32 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-149.ebuild,v 1.17 2011/04/15 21:55:18 ulm Exp $
EAPI="1"
@@ -63,9 +63,6 @@ fi
# required kernel options
CONFIG_CHECK="~INOTIFY_USER ~SIGNALFD ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2"
-# We need the lib/rcscripts/addon support
-PROVIDE="virtual/dev-manager"
-
udev_check_KV() {
local ok=0
if [[ ${KV_MAJOR} == 2 && ${KV_MINOR} == 6 ]]