diff options
author | 2001-08-21 05:30:01 +0000 | |
---|---|---|
committer | 2001-08-21 05:30:01 +0000 | |
commit | c2a8e3e266a1cb6aba2fc2708d6a1bb9c65b76b8 (patch) | |
tree | aec3a53cc04f9094d4f1579303b07db86c2e9390 /sys-apps/devfsd | |
parent | removed duplicate addition of fbset. the main fbset is part of sys-app. (diff) | |
download | gentoo-2-c2a8e3e266a1cb6aba2fc2708d6a1bb9c65b76b8.tar.gz gentoo-2-c2a8e3e266a1cb6aba2fc2708d6a1bb9c65b76b8.tar.bz2 gentoo-2-c2a8e3e266a1cb6aba2fc2708d6a1bb9c65b76b8.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} |