diff options
Diffstat (limited to 'app-backup/bacula/bacula-5.0.3-r3.ebuild')
-rw-r--r-- | app-backup/bacula/bacula-5.0.3-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-backup/bacula/bacula-5.0.3-r3.ebuild b/app-backup/bacula/bacula-5.0.3-r3.ebuild index ff1b82d5f149..57c68226338b 100644 --- a/app-backup/bacula/bacula-5.0.3-r3.ebuild +++ b/app-backup/bacula/bacula-5.0.3-r3.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-backup/bacula/bacula-5.0.3-r3.ebuild,v 1.20 2013/05/20 14:20:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild,v 1.21 2014/11/03 11:04:55 titanofold Exp $ EAPI="5" PYTHON_DEPEND="python? 2" @@ -32,7 +32,7 @@ DEPEND=" >=sys-libs/zlib-1.1.4 dev-libs/gmp !bacula-clientonly? ( - postgres? ( dev-db/postgresql-base[threads] ) + postgres? ( virtual/postgresql[threads] ) mysql? ( virtual/mysql ) sqlite3? ( dev-db/sqlite:3 ) !bacula-nodir? ( virtual/mta ) |