commit: 585b758c33cc02c8bc2a494bcc9c43ce81c99b08
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 8 18:58:51 2018 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Dec 8 18:58:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585b758c
app-backup/bacula: Fix wrong handling for new batch-insert USE flag.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
app-backup/bacula/bacula-9.2.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-backup/bacula/bacula-9.2.2-r1.ebuild
b/app-backup/bacula/bacula-9.2.2-r1.ebuild
index 019a34fdab1..584865827b1 100644
--- a/app-backup/bacula/bacula-9.2.2-r1.ebuild
+++ b/app-backup/bacula/bacula-9.2.2-r1.ebuild
@@ -218,7 +218,7 @@ src_configure() {
myconf="${myconf} \
$(use_with X x) \
- $(use_with batch-insert) \
+ $(use_enable batch-insert) \
$(use_enable !readline conio) \
$(use_enable readline) \
$(use_with readline readline /usr) \