diff options
Diffstat (limited to 'sys-apps/devfsd/devfsd-1.3.25.ebuild')
-rw-r--r-- | sys-apps/devfsd/devfsd-1.3.25.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/devfsd/devfsd-1.3.25.ebuild b/sys-apps/devfsd/devfsd-1.3.25.ebuild index eea3a0ece879..1a7f7b74be3c 100644 --- a/sys-apps/devfsd/devfsd-1.3.25.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.25.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25.ebuild,v 1.3 2002/07/11 06:30:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25.ebuild,v 1.4 2002/07/14 19:20:16 aliz Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Daemon for the Linux Device Filesystem" SRC_URI="ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/devfsd-v${PV}.tar.gz" HOMEPAGE="http://www.atnf.csiro.au/~rgooch/linux/" +KEYWORDS="x86" +SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc" |