diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-12-31 17:25:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-12-31 17:25:56 +0000 |
commit | 29e2af021ec0f17bb3a4c94ef751e543e5bc03dc (patch) | |
tree | 39cc059cf5e5f949b0cacfb7af92d0cc19c5d66a /app-backup/bacula | |
parent | Use a png icon instead of .ico (diff) | |
download | gentoo-2-29e2af021ec0f17bb3a4c94ef751e543e5bc03dc.tar.gz gentoo-2-29e2af021ec0f17bb3a4c94ef751e543e5bc03dc.tar.bz2 gentoo-2-29e2af021ec0f17bb3a4c94ef751e543e5bc03dc.zip |
whitespace
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'app-backup/bacula')
-rw-r--r-- | app-backup/bacula/bacula-5.0.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/bacula/bacula-5.0.3-r2.ebuild b/app-backup/bacula/bacula-5.0.3-r2.ebuild index aae22d965d05..01537426a081 100644 --- a/app-backup/bacula/bacula-5.0.3-r2.ebuild +++ b/app-backup/bacula/bacula-5.0.3-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.3-r2.ebuild,v 1.3 2010/12/30 20:36:20 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r2.ebuild,v 1.4 2010/12/31 17:25:56 mr_bones_ Exp $ EAPI="2" PYTHON_DEPEND="python? 2" @@ -182,7 +182,7 @@ src_configure() { --enable-batch-insert" fi - # do not build bat if 'static' clientonly + # do not build bat if 'static' clientonly if ! use bacula-clientonly || ! use static; then myconf="${myconf} \ $(use_enable qt4 bat)" |