summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-17 14:47:35 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-17 14:47:35 +0000
commit108ff79eebab1d2dd2d1aeaa886a6f58dd45f20b (patch)
tree2ddac14ea31eaea0e663690079a7f492bd535318 /dev-db/cdb
parentnew version, fixes yahoo messenger bug (diff)
downloadhistorical-108ff79eebab1d2dd2d1aeaa886a6f58dd45f20b.tar.gz
historical-108ff79eebab1d2dd2d1aeaa886a6f58dd45f20b.tar.bz2
historical-108ff79eebab1d2dd2d1aeaa886a6f58dd45f20b.zip
lintool
Diffstat (limited to 'dev-db/cdb')
-rw-r--r--dev-db/cdb/cdb-0.75.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-db/cdb/cdb-0.75.ebuild b/dev-db/cdb/cdb-0.75.ebuild
index 0001136ee841..8f14c30c1cfc 100644
--- a/dev-db/cdb/cdb-0.75.ebuild
+++ b/dev-db/cdb/cdb-0.75.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/dev-db/cdb/cdb-0.75.ebuild,v 1.3 2002/10/04 05:08:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/cdb-0.75.ebuild,v 1.4 2002/10/17 14:47:35 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A fast, reliable, simple package for creating and reading constant databases"
@@ -11,6 +11,9 @@ SLOT="0"
LICENSE="as-is"
KEYWORDS="x86"
+DEPEND="sys-apps/tar sys-apps/gzip"
+RDEPEND="virtual/glibc"
+
src_compile() {
echo "gcc ${CFLAGS}" > conf-cc
echo "gcc" > conf-ld
@@ -32,4 +35,3 @@ src_install() {
dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION
}
-