From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1283592-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 4B5E71382C5 for <garchives@archives.gentoo.org>; Tue, 18 May 2021 16:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76279E041F; Tue, 18 May 2021 16:36:12 +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 5A6AFE041F for <gentoo-commits@lists.gentoo.org>; Tue, 18 May 2021 16:36:12 +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 590D7335D06 for <gentoo-commits@lists.gentoo.org>; Tue, 18 May 2021 16:36:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 121F8729 for <gentoo-commits@lists.gentoo.org>; Tue, 18 May 2021 16:36:10 +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: <1621355762.4942b57000c0f061cab2cdf74d73a65888917631.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.5.ebuild app-backup/bacula/bacula-9.6.6.ebuild app-backup/bacula/bacula-9.6.7.ebuild X-VCS-Directories: app-backup/bacula/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 4942b57000c0f061cab2cdf74d73a65888917631 X-VCS-Branch: master Date: Tue, 18 May 2021 16:36:10 +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: 7da8ecf7-c7d5-4f21-8ba5-ece3555a14a8 X-Archives-Hash: 519aeb9bec5705d2f8196b3cda361668 commit: 4942b57000c0f061cab2cdf74d73a65888917631 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Tue May 18 16:35:27 2021 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> CommitDate: Tue May 18 16:36:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4942b570 app-backup/bacula: Fix Link with LLD Closes: https://bugs.gentoo.org/732840 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org> app-backup/bacula/bacula-9.6.5.ebuild | 1 - app-backup/bacula/bacula-9.6.6.ebuild | 1 - app-backup/bacula/bacula-9.6.7.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/app-backup/bacula/bacula-9.6.5.ebuild b/app-backup/bacula/bacula-9.6.5.ebuild index d9cbcaee183..033903ff748 100644 --- a/app-backup/bacula/bacula-9.6.5.ebuild +++ b/app-backup/bacula/bacula-9.6.5.ebuild @@ -201,7 +201,6 @@ src_configure() { $(use_enable batch-insert) \ $(use_enable !readline conio) \ $(use_enable readline) \ - $(use_with readline readline /usr) \ $(use_with ssl openssl) \ $(use_enable ipv6) \ $(use_enable acl) \ diff --git a/app-backup/bacula/bacula-9.6.6.ebuild b/app-backup/bacula/bacula-9.6.6.ebuild index d527ca5224e..83f72ca3178 100644 --- a/app-backup/bacula/bacula-9.6.6.ebuild +++ b/app-backup/bacula/bacula-9.6.6.ebuild @@ -201,7 +201,6 @@ src_configure() { $(use_enable batch-insert) \ $(use_enable !readline conio) \ $(use_enable readline) \ - $(use_with readline readline /usr) \ $(use_with ssl openssl) \ $(use_enable ipv6) \ $(use_enable acl) \ diff --git a/app-backup/bacula/bacula-9.6.7.ebuild b/app-backup/bacula/bacula-9.6.7.ebuild index d527ca5224e..83f72ca3178 100644 --- a/app-backup/bacula/bacula-9.6.7.ebuild +++ b/app-backup/bacula/bacula-9.6.7.ebuild @@ -201,7 +201,6 @@ src_configure() { $(use_enable batch-insert) \ $(use_enable !readline conio) \ $(use_enable readline) \ - $(use_with readline readline /usr) \ $(use_with ssl openssl) \ $(use_enable ipv6) \ $(use_enable acl) \