diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-21 05:30:01 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-21 05:30:01 +0000 |
commit | 820c5e8e40b3dc70cbee00f28bb5759bf67651ac (patch) | |
tree | f23a190a54920eec44b52a39f2d8f184b8d262b2 /sys-apps/devfsd | |
parent | removed duplicate addition of fbset. the main fbset is part of sys-app. (diff) | |
download | historical-820c5e8e40b3dc70cbee00f28bb5759bf67651ac.tar.gz historical-820c5e8e40b3dc70cbee00f28bb5759bf67651ac.tar.bz2 historical-820c5e8e40b3dc70cbee00f28bb5759bf67651ac.zip |
little build fixes here and there
Diffstat (limited to 'sys-apps/devfsd')
-rw-r--r-- | sys-apps/devfsd/devfsd-1.3.16-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/devfsd/devfsd-1.3.16-r1.ebuild b/sys-apps/devfsd/devfsd-1.3.16-r1.ebuild index 9446ccdc4b49..62f985d17ec6 100644 --- a/sys-apps/devfsd/devfsd-1.3.16-r1.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.16-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins et al <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.16-r1.ebuild,v 1.1 2001/08/19 05:03:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.16-r1.ebuild,v 1.2 2001/08/21 05:30:01 drobbins 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/" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc >=sys-apps/devfsd-1.3.16-r1" src_unpack() { unpack ${A} |