summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-06 18:42:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-06 18:42:15 +0000
commit10017db322a9c92544049abe86fe993803b0b8ea (patch)
tree417c039925dc6cef8e42a4825d2f734959555fd8 /sys-fs/udev/udev-9999.ebuild
parentremove unused dmi use flag (diff)
downloadgentoo-2-10017db322a9c92544049abe86fe993803b0b8ea.tar.gz
gentoo-2-10017db322a9c92544049abe86fe993803b0b8ea.tar.bz2
gentoo-2-10017db322a9c92544049abe86fe993803b0b8ea.zip
set DESCRIPTION after inherit to avoid overwriting it
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'sys-fs/udev/udev-9999.ebuild')
-rw-r--r--sys-fs/udev/udev-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
index 2d26267b717f..6fd03bd2daae 100644
--- a/sys-fs/udev/udev-9999.ebuild
+++ b/sys-fs/udev/udev-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.1 2008/12/30 22:51:00 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.2 2009/01/06 18:42:15 mr_bones_ Exp $
inherit eutils flag-o-matic multilib toolchain-funcs versionator
-DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)"
HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/hotplug/udev.git"
@@ -13,6 +12,7 @@ if [[ ${PV} == "9999" ]]; then
else
SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2"
fi
+DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)"
LICENSE="GPL-2"
SLOT="0"