Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/
Date: Sat, 08 Dec 2018 18:59:42
Message-Id: 1544295531.585b758c33cc02c8bc2a494bcc9c43ce81c99b08.tomjbe@gentoo
1 commit: 585b758c33cc02c8bc2a494bcc9c43ce81c99b08
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 18:58:51 2018 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 18:58:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585b758c
7
8 app-backup/bacula: Fix wrong handling for new batch-insert USE flag.
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
12
13 app-backup/bacula/bacula-9.2.2-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-backup/bacula/bacula-9.2.2-r1.ebuild b/app-backup/bacula/bacula-9.2.2-r1.ebuild
17 index 019a34fdab1..584865827b1 100644
18 --- a/app-backup/bacula/bacula-9.2.2-r1.ebuild
19 +++ b/app-backup/bacula/bacula-9.2.2-r1.ebuild
20 @@ -218,7 +218,7 @@ src_configure() {
21
22 myconf="${myconf} \
23 $(use_with X x) \
24 - $(use_with batch-insert) \
25 + $(use_enable batch-insert) \
26 $(use_enable !readline conio) \
27 $(use_enable readline) \
28 $(use_with readline readline /usr) \