summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2010-12-30 20:36:20 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2010-12-30 20:36:20 +0000
commit25b57c14646a71b65f3c9ddde0e308d6c8b3a110 (patch)
treec279cd139b541746c5bfc4bafe559669073cf628 /app-backup/bacula/bacula-5.0.3-r2.ebuild
parentFix installation of 'bat' console (bug #350168). Thanks for reporting Phil <a... (diff)
downloadgentoo-2-25b57c14646a71b65f3c9ddde0e308d6c8b3a110.tar.gz
gentoo-2-25b57c14646a71b65f3c9ddde0e308d6c8b3a110.tar.bz2
gentoo-2-25b57c14646a71b65f3c9ddde0e308d6c8b3a110.zip
Fix installation of 'bat' console (bug #350168). Finally correct.
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/bacula/bacula-5.0.3-r2.ebuild')
-rw-r--r--app-backup/bacula/bacula-5.0.3-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-backup/bacula/bacula-5.0.3-r2.ebuild b/app-backup/bacula/bacula-5.0.3-r2.ebuild
index c17ec249dbcb..aae22d965d05 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.2 2010/12/30 19:41:27 tomjbe Exp $
+# $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 $
EAPI="2"
PYTHON_DEPEND="python? 2"
@@ -182,8 +182,8 @@ src_configure() {
--enable-batch-insert"
fi
- # do not build bat if 'static' is requested
- if ! use static; then
+ # do not build bat if 'static' clientonly
+ if ! use bacula-clientonly || ! use static; then
myconf="${myconf} \
$(use_enable qt4 bat)"
fi