summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2017-08-11 06:44:32 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2017-08-11 06:44:32 +0200
commit2970b617dd703212a7df15196b109e91f7d71dee (patch)
tree996e41b31a1f76c2fcb3d2125d26a90a48dc7e71 /app-backup/bacula/bacula-5.2.13-r5.ebuild
parentdev-util/cgdb: version bump to 0.7.0. (diff)
downloadgentoo-2970b617dd703212a7df15196b109e91f7d71dee.tar.gz
gentoo-2970b617dd703212a7df15196b109e91f7d71dee.tar.bz2
gentoo-2970b617dd703212a7df15196b109e91f7d71dee.zip
app-backup/bacula: Fix overcomplex REQUIRED_USE (bug #622402)
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-backup/bacula/bacula-5.2.13-r5.ebuild')
-rw-r--r--app-backup/bacula/bacula-5.2.13-r5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/bacula/bacula-5.2.13-r5.ebuild b/app-backup/bacula/bacula-5.2.13-r5.ebuild
index 6156233041de..f69c8982110e 100644
--- a/app-backup/bacula/bacula-5.2.13-r5.ebuild
+++ b/app-backup/bacula/bacula-5.2.13-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -66,7 +66,7 @@ RDEPEND="${DEPEND}
)
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
-REQUIRED_USE="|| ( ^^ ( mysql postgres sqlite ) bacula-clientonly )
+REQUIRED_USE="!bacula-clientonly? ( ^^ ( mysql postgres sqlite ) )
static? ( bacula-clientonly )
python? ( ${PYTHON_REQUIRED_USE} )"