diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2010-07-22 15:58:16 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2010-07-22 15:58:16 +0000 |
commit | 1d7fa02547b4f11026edc06620787196090faa06 (patch) | |
tree | 61aa0ec0c4e49e51392f46bb567c4f24ccdc13ef /app-backup/bacula | |
parent | arm stable, bug #327777 (diff) | |
download | gentoo-2-1d7fa02547b4f11026edc06620787196090faa06.tar.gz gentoo-2-1d7fa02547b4f11026edc06620787196090faa06.tar.bz2 gentoo-2-1d7fa02547b4f11026edc06620787196090faa06.zip |
revert batch-insert to always enabled
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/bacula')
-rw-r--r-- | app-backup/bacula/ChangeLog | 5 | ||||
-rw-r--r-- | app-backup/bacula/bacula-5.0.2-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-backup/bacula/ChangeLog b/app-backup/bacula/ChangeLog index b4fd3321d3b7..4c7bd517d577 100644 --- a/app-backup/bacula/ChangeLog +++ b/app-backup/bacula/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-backup/bacula # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.96 2010/07/22 15:48:51 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.97 2010/07/22 15:58:16 tomjbe Exp $ + + 22 Jul 2010; Thomas Beierlein <tomjbe@gentoo.org> bacula-5.0.2-r2.ebuild: + revert batch-insert to always enabled *bacula-5.0.2-r2 (22 Jul 2010) diff --git a/app-backup/bacula/bacula-5.0.2-r2.ebuild b/app-backup/bacula/bacula-5.0.2-r2.ebuild index 884293dcf27c..ea10df24945b 100644 --- a/app-backup/bacula/bacula-5.0.2-r2.ebuild +++ b/app-backup/bacula/bacula-5.0.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.2-r2.ebuild,v 1.1 2010/07/22 15:48:51 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.2-r2.ebuild,v 1.2 2010/07/22 15:58:16 tomjbe Exp $ EAPI="2" inherit eutils multilib @@ -156,7 +156,8 @@ src_configure() { # database support needed by dir-only *and* sd-only # build as well (for building bscan, btape, etc.) myconf="${myconf} \ - --with-${mydbtype}" + --with-${mydbtype} \ + --enable-batch-insert" if ! use bacula-nodir; then myconf="${myconf} $(use_enable static static-dir)" fi @@ -169,7 +170,6 @@ src_configure() { # see bug 326333 for the batch-insert problem myconf="${myconf} \ --disable-tray-monitor \ - $(use_enable !postgres batch-insert) \ $(use_with X x) \ $(use_enable qt4 bat) \ $(use_enable static static-cons) |