diff options
Diffstat (limited to 'app-backup/bacula/bacula-5.2.13-r5.ebuild')
-rw-r--r-- | app-backup/bacula/bacula-5.2.13-r5.ebuild | 4 |
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} )" |