diff options
author | 2002-07-25 12:57:05 +0000 | |
---|---|---|
committer | 2002-07-25 12:57:05 +0000 | |
commit | 56fe3d211b309d22875df48a5dfacab9582a5187 (patch) | |
tree | f1c738ae329f00bfd0c636ac4b46970d42e99cf9 /app-admin/aide | |
parent | version bump and cleanup of stuff (diff) | |
download | historical-56fe3d211b309d22875df48a5dfacab9582a5187.tar.gz historical-56fe3d211b309d22875df48a5dfacab9582a5187.tar.bz2 historical-56fe3d211b309d22875df48a5dfacab9582a5187.zip |
repoman'd
Diffstat (limited to 'app-admin/aide')
-rw-r--r-- | app-admin/aide/aide-0.8.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-admin/aide/aide-0.8.ebuild b/app-admin/aide/aide-0.8.ebuild index 672a3aea4933..db719cfd656c 100644 --- a/app-admin/aide/aide-0.8.ebuild +++ b/app-admin/aide/aide-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.8.ebuild,v 1.6 2002/07/22 09:20:56 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.8.ebuild,v 1.7 2002/07/25 12:57:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire" @@ -18,8 +18,6 @@ DEPEND="sys-apps/gzip app-crypt/mhash postgres? ( dev-db/postgresql )" -RDEPEND="" - src_compile() { local myconf |