diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-19 16:16:13 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-19 16:16:13 +0000 |
commit | 756b79f3fc5c7bb777d35e920844143adf297f7c (patch) | |
tree | 774399eabdabc7abfc306f8238d93d1d99db6ca6 /app-forensics/aide/aide-0.13.1.ebuild | |
parent | Version bump, cleaned up the old versions due to a couple of serious bugs. Ad... (diff) | |
download | gentoo-2-756b79f3fc5c7bb777d35e920844143adf297f7c.tar.gz gentoo-2-756b79f3fc5c7bb777d35e920844143adf297f7c.tar.bz2 gentoo-2-756b79f3fc5c7bb777d35e920844143adf297f7c.zip |
Changed dependency for postgresql to virtual/postgresql-base
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'app-forensics/aide/aide-0.13.1.ebuild')
-rw-r--r-- | app-forensics/aide/aide-0.13.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-forensics/aide/aide-0.13.1.ebuild b/app-forensics/aide/aide-0.13.1.ebuild index 24ffeb64c4d3..11af299c9797 100644 --- a/app-forensics/aide/aide-0.13.1.ebuild +++ b/app-forensics/aide/aide-0.13.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.8 2007/11/01 16:23:26 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.9 2008/05/19 16:16:13 dev-zero Exp $ WANT_AUTOCONF='latest' WANT_AUTOMAKE='latest' inherit eutils autotools @@ -20,7 +20,7 @@ DEPEND="acl? ( sys-apps/acl ) mhash? ( >=app-crypt/mhash-0.9.2 ) !mhash? ( dev-libs/libgcrypt ) nls? ( virtual/libintl ) - postgres? ( dev-db/libpq ) + postgres? ( virtual/postgresql-base ) selinux? ( sys-libs/libselinux ) xattr? ( sys-apps/attr ) zlib? ( sys-libs/zlib )" |