summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-19 03:42:44 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-19 03:42:44 +0000
commit13ba070fb85c7a18edf9c14267eb1ef164f9760c (patch)
treebf963d8da0ade434be45f19057c4bf56c87abb7a /sys-apps/devfsd/devfsd-1.3.25.ebuild
parentlintool fixes for #9258 (diff)
downloadgentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.tar.gz
gentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.tar.bz2
gentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.zip
lintool fixes for #9258
Diffstat (limited to 'sys-apps/devfsd/devfsd-1.3.25.ebuild')
-rw-r--r--sys-apps/devfsd/devfsd-1.3.25.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/devfsd/devfsd-1.3.25.ebuild b/sys-apps/devfsd/devfsd-1.3.25.ebuild
index 8350d760dbd6..4c38835f3fc8 100644
--- a/sys-apps/devfsd/devfsd-1.3.25.ebuild
+++ b/sys-apps/devfsd/devfsd-1.3.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25.ebuild,v 1.8 2002/10/04 06:23:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25.ebuild,v 1.9 2002/10/19 03:42:44 vapier Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Daemon for the Linux Device Filesystem"
@@ -11,7 +11,7 @@ SLOT="0"
LICENSE="GPL-2"
DEPEND="virtual/glibc"
-
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
@@ -38,4 +38,3 @@ src_install() {
dodoc devfsd.conf COPYING* INSTALL
}
-