diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 11:09:03 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 11:09:03 +0000 |
commit | acda12668b1faa13e9a62af91307bba27ebcbd2f (patch) | |
tree | 0e26decb0e1857f277e2971346a2117e3f329833 /app-forensics/aide/aide-0.13.1-r5.ebuild | |
parent | require xetex, bug #528090 (diff) | |
download | gentoo-2-acda12668b1faa13e9a62af91307bba27ebcbd2f.tar.gz gentoo-2-acda12668b1faa13e9a62af91307bba27ebcbd2f.tar.bz2 gentoo-2-acda12668b1faa13e9a62af91307bba27ebcbd2f.zip |
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'app-forensics/aide/aide-0.13.1-r5.ebuild')
-rw-r--r-- | app-forensics/aide/aide-0.13.1-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-forensics/aide/aide-0.13.1-r5.ebuild b/app-forensics/aide/aide-0.13.1-r5.ebuild index a8b5a6ae2fd0..78aeedb40f50 100644 --- a/app-forensics/aide/aide-0.13.1-r5.ebuild +++ b/app-forensics/aide/aide-0.13.1-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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-r5.ebuild,v 1.7 2013/04/11 13:33:26 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r5.ebuild,v 1.8 2014/11/03 11:09:03 titanofold Exp $ inherit autotools eutils @@ -22,7 +22,7 @@ DEPEND="acl? ( sys-apps/acl ) mhash? ( >=app-crypt/mhash-0.9.2 ) !mhash? ( dev-libs/libgcrypt ) nls? ( virtual/libintl ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) selinux? ( sys-libs/libselinux sec-policy/selinux-aide |