diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-15 21:57:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-15 21:57:05 +0000 |
commit | 482834ae197967632b9a8f489235f926998dcebd (patch) | |
tree | 7abae8d22672bd15509b458f88d9150ca2bb33b0 /sys-fs/udev/udev-167.ebuild | |
parent | Stable on amd64 wrt bug #363241 (diff) | |
download | historical-482834ae197967632b9a8f489235f926998dcebd.tar.gz historical-482834ae197967632b9a8f489235f926998dcebd.tar.bz2 historical-482834ae197967632b9a8f489235f926998dcebd.zip |
Don't PROVIDE virtual/dev-manager, it is a new-style virtual now. Bug 361133.
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/udev/udev-167.ebuild')
-rw-r--r-- | sys-fs/udev/udev-167.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-fs/udev/udev-167.ebuild b/sys-fs/udev/udev-167.ebuild index 6b6bd28bbb9e..9299e1b249e9 100644 --- a/sys-fs/udev/udev-167.ebuild +++ b/sys-fs/udev/udev-167.ebuild @@ -1,6 +1,6 @@ # 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-167.ebuild,v 1.2 2011/04/03 19:33:14 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-167.ebuild,v 1.3 2011/04/15 21:55:18 ulm Exp $ EAPI="1" @@ -67,9 +67,6 @@ fi CONFIG_CHECK="~INOTIFY_USER ~SIGNALFD ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~!IDE" -# We need the lib/rcscripts/addon support -PROVIDE="virtual/dev-manager" - udev_check_KV() { local ok=0 if [[ ${KV_MAJOR} == 2 && ${KV_MINOR} == 6 ]] |