Skip to content

Commit

Permalink
app-backup/bacula: Fix overcomplex REQUIRED_USE (bug #622402)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
dl1jbe committed Aug 11, 2017
1 parent 718d38d commit 2970b61
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app-backup/bacula/bacula-5.2.13-r5.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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} )"

Expand Down
4 changes: 2 additions & 2 deletions app-backup/bacula/bacula-7.0.5-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -55,7 +55,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 )"

S=${WORKDIR}/${MY_P}
Expand Down
4 changes: 2 additions & 2 deletions app-backup/bacula/bacula-7.0.5-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -55,7 +55,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 )"

S=${WORKDIR}/${MY_P}
Expand Down
2 changes: 1 addition & 1 deletion app-backup/bacula/bacula-7.4.4-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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 )"

S=${WORKDIR}/${MY_P}
Expand Down
2 changes: 1 addition & 1 deletion app-backup/bacula/bacula-7.4.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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 )"

S=${WORKDIR}/${MY_P}
Expand Down
2 changes: 1 addition & 1 deletion app-backup/bacula/bacula-7.4.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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 )"

S=${WORKDIR}/${MY_P}
Expand Down

0 comments on commit 2970b61

Please sign in to comment.