summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-07 11:16:08 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-07 11:16:08 +0000
commit1d4dd2efc9116512ee817cd95c7c3ea701f0dacc (patch)
tree63e3873ad4a9ec2e2a18f8568268251165597f63 /sys-libs/pwdb
parentAdded dependencies (diff)
downloadhistorical-1d4dd2efc9116512ee817cd95c7c3ea701f0dacc.tar.gz
historical-1d4dd2efc9116512ee817cd95c7c3ea701f0dacc.tar.bz2
historical-1d4dd2efc9116512ee817cd95c7c3ea701f0dacc.zip
Added dependencies
Diffstat (limited to 'sys-libs/pwdb')
-rw-r--r--sys-libs/pwdb/pwdb-0.61-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-libs/pwdb/pwdb-0.61-r1.ebuild b/sys-libs/pwdb/pwdb-0.61-r1.ebuild
index 11d19302fdc6..38caf50fe465 100644
--- a/sys-libs/pwdb/pwdb-0.61-r1.ebuild
+++ b/sys-libs/pwdb/pwdb-0.61-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r1.ebuild,v 1.4 2000/10/29 20:37:01 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r1.ebuild,v 1.5 2000/11/07 11:16:08 achim Exp $
P=pwdb-0.61
A=${P}.tar.gz
@@ -9,6 +9,10 @@ S=${WORKDIR}/${P}
DESCRIPTION="Password Database"
SRC_URI="ftp://gentoolinux.sourceforge.net/pub/gentoolinux/current/distfiles/${A}"
+DEPEND=">=sys-libs/glibc-2.1.3"
+
+RDEPEND=$DEPEND
+
src_unpack () {
mkdir ${S}
cd ${S}