From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D644138239 for ; Sat, 8 Dec 2018 18:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD77CE07E2; Sat, 8 Dec 2018 18:59:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEA20E07E2 for ; Sat, 8 Dec 2018 18:59:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEF87335C95 for ; Sat, 8 Dec 2018 18:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B420DA8 for ; Sat, 8 Dec 2018 18:59:36 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1544295531.585b758c33cc02c8bc2a494bcc9c43ce81c99b08.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/bacula/bacula-9.2.2-r1.ebuild X-VCS-Directories: app-backup/bacula/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 585b758c33cc02c8bc2a494bcc9c43ce81c99b08 X-VCS-Branch: master Date: Sat, 8 Dec 2018 18:59:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 063d8e95-7b84-4d6a-8fda-e4f6e62a5522 X-Archives-Hash: 7c84f4fbf00e7566ea9068c4f056fe89 commit: 585b758c33cc02c8bc2a494bcc9c43ce81c99b08 Author: Thomas Beierlein gentoo org> AuthorDate: Sat Dec 8 18:58:51 2018 +0000 Commit: Thomas Beierlein gentoo 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 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) \