From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2830559CA3 for ; Fri, 11 Mar 2016 10:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94C50E07C5; Fri, 11 Mar 2016 10:05:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2CD37E07C5 for ; Fri, 11 Mar 2016 10:05:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A546340C80 for ; Fri, 11 Mar 2016 10:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA4C41AE8 for ; Fri, 11 Mar 2016 10:05:28 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1457690662.9d8f714441e595d47c7672e45934877fadc05273.patrick@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.10.3_p4.ebuild X-VCS-Directories: net-dns/bind-tools/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 9d8f714441e595d47c7672e45934877fadc05273 X-VCS-Branch: master Date: Fri, 11 Mar 2016 10:05:28 +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: b9b6fac8-31da-4fe1-8e4c-4474f4ff073e X-Archives-Hash: f12d46d96bf37ff91c4e92e1a19c4f5c commit: 9d8f714441e595d47c7672e45934877fadc05273 Author: Patrick Lauer gentoo org> AuthorDate: Fri Mar 11 10:04:02 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri Mar 11 10:04:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8f7144 net-dns/bind-tools: Fix patch name #577006 Package-Manager: portage-2.2.27 net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild b/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild index 08d7816..65e0a87 100644 --- a/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild +++ b/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild @@ -47,7 +47,7 @@ RESTRICT="test" src_prepare() { epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch #231247 epatch "${FILESDIR}"/${PN}-9.10.2-openssl.patch #417129 - epatch "${FILESDIR}"/${P}-libressl.patch #563648 + epatch "${FILESDIR}"/${PN}-9.10.3_p2-libressl.patch #563648 # Disable tests for now, bug 406399 sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die