diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-24 05:04:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-24 05:04:22 +0000 |
commit | 038904e0657c49753fd4028e5bde2022fd79ac38 (patch) | |
tree | d7fed400b4ec9d6dbb54e3c3456e64b7290e0498 /app-admin/bacula | |
parent | fixing Manifest (diff) | |
download | gentoo-2-038904e0657c49753fd4028e5bde2022fd79ac38.tar.gz gentoo-2-038904e0657c49753fd4028e5bde2022fd79ac38.tar.bz2 gentoo-2-038904e0657c49753fd4028e5bde2022fd79ac38.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-admin/bacula')
-rw-r--r-- | app-admin/bacula/bacula-1.34.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/bacula/bacula-1.34.0.ebuild b/app-admin/bacula/bacula-1.34.0.ebuild index f1162e11e148..cb8f7c24d3ff 100644 --- a/app-admin/bacula/bacula-1.34.0.ebuild +++ b/app-admin/bacula/bacula-1.34.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/bacula-1.34.0.ebuild,v 1.2 2004/04/22 16:53:42 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/bacula-1.34.0.ebuild,v 1.3 2004/04/24 05:01:07 mr_bones_ Exp $ DESCRIPTION="featureful client/server network backup suite" HOMEPAGE="http://www.bacula.org/" @@ -51,7 +51,7 @@ src_compile() { elif use sqlite then myconf="${myconf} --with-sqlite=/usr/include" - elif use sqlite && use mysql + elif use sqlite && use mysql then myconf="${myconf/--with-sqlite/}" fi |