diff options
Diffstat (limited to 'sys-fs/udev/udev-034-r1.ebuild')
-rw-r--r-- | sys-fs/udev/udev-034-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-034-r1.ebuild b/sys-fs/udev/udev-034-r1.ebuild index 16f03cd1f3ae..a136d0126423 100644 --- a/sys-fs/udev/udev-034-r1.ebuild +++ b/sys-fs/udev/udev-034-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-034-r1.ebuild,v 1.1 2004/10/10 04:19:46 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-034-r1.ebuild,v 1.2 2004/10/10 04:23:34 gregkh Exp $ # Note: Cannot use external libsysfs with klibc .. USE_KLIBC="no" @@ -8,7 +8,7 @@ USE_KLIBC="no" inherit eutils DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" -HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2" LICENSE="GPL-2" |