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 CE287139694 for ; Mon, 26 Jun 2017 09:03:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C04E254073; Mon, 26 Jun 2017 09:03:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB31E254073 for ; Mon, 26 Jun 2017 09:03:54 +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 E1B27341824 for ; Mon, 26 Jun 2017 09:03:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAA677498 for ; Mon, 26 Jun 2017 09:03:51 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1498467805.e82ae4a24c40537d3c4bcc08eb4e61f8a93b9112.idl0r@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild X-VCS-Directories: net-dns/bind-tools/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: e82ae4a24c40537d3c4bcc08eb4e61f8a93b9112 X-VCS-Branch: master Date: Mon, 26 Jun 2017 09:03:51 +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-Archives-Salt: d8b2c6b3-eaed-48bc-b4e6-105ec0015926 X-Archives-Hash: 4374c2585454e5d9ecda27448fae509a commit: e82ae4a24c40537d3c4bcc08eb4e61f8a93b9112 Author: Christian Ruppert gentoo org> AuthorDate: Mon Jun 26 09:03:25 2017 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Mon Jun 26 09:03:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82ae4a2 net-dns/bind-tools: 9.11.1-P1 still needs the patch from bug 600212 Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --force net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild b/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild index 959489a8b65..077b2634df9 100644 --- a/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild @@ -44,6 +44,9 @@ S="${WORKDIR}/${MY_P}" RESTRICT="test" src_prepare() { + # bug 600212 + epatch "${FILESDIR}"/${PN}-9.11.0_p5-dyndb-dlopen.patch + epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch #231247 # Disable tests for now, bug 406399