From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1155671-garchives=archives.gentoo.org@lists.gentoo.org>
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 33443138350
	for <garchives@archives.gentoo.org>; Wed, 25 Mar 2020 16:51:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 64068E0AB5;
	Wed, 25 Mar 2020 16:51:52 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 44298E0AB5
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Mar 2020 16:51:52 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 CE20734F66D
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Mar 2020 16:51:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3966D186
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Mar 2020 16:51:49 +0000 (UTC)
From: "Thomas Beierlein" <tomjbe@gentoo.org>
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" <tomjbe@gentoo.org>
Message-ID: <1585155091.3fcd444f6718d054bbdfa1d47146c7bb807b9c10.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.6.3.ebuild
X-VCS-Directories: app-backup/bacula/
X-VCS-Committer: tomjbe
X-VCS-Committer-Name: Thomas Beierlein
X-VCS-Revision: 3fcd444f6718d054bbdfa1d47146c7bb807b9c10
X-VCS-Branch: master
Date: Wed, 25 Mar 2020 16:51:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f4899309-81fb-4f47-ba2d-696d2118a37a
X-Archives-Hash: e9b617cfa91eb582e35e9a10fef59e4b

commit:     3fcd444f6718d054bbdfa1d47146c7bb807b9c10
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 16:50:43 2020 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 16:51:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcd444f

app-backup/bacula: Fix MissingUseDepDefault QA message

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 app-backup/bacula/bacula-9.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/bacula/bacula-9.6.3.ebuild b/app-backup/bacula/bacula-9.6.3.ebuild
index 4ad296b340a..604e97d35a8 100644
--- a/app-backup/bacula/bacula-9.6.3.ebuild
+++ b/app-backup/bacula/bacula-9.6.3.ebuild
@@ -38,7 +38,7 @@ DEPEND="
 		dev-libs/lzo[static-libs]
 		sys-libs/ncurses:=[static-libs]
 		sys-libs/zlib[static-libs]
-		acl? ( virtual/acl[static-libs] )
+		acl? ( virtual/acl[static-libs(+)] )
 		ssl? (
 			!libressl? ( dev-libs/openssl:0=[static-libs] )
 			libressl? ( dev-libs/libressl:0=[static-libs] )