From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-841189-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 84C4F13888F for <garchives@archives.gentoo.org>; Sun, 18 Oct 2015 17:03:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79F17E0835; Sun, 18 Oct 2015 17:03:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DF35E0835 for <gentoo-commits@lists.gentoo.org>; Sun, 18 Oct 2015 17:03:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA81F34067D for <gentoo-commits@lists.gentoo.org>; Sun, 18 Oct 2015 17:03:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04EDA12E2 for <gentoo-commits@lists.gentoo.org>; Sun, 18 Oct 2015 17:03:32 +0000 (UTC) From: "Pacho Ramos" <pacho@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, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1445187802.cad74baf2dbd45bc9316dbb9804155b8e6d6c741.pacho@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.ebuild X-VCS-Directories: net-dns/bind-tools/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: cad74baf2dbd45bc9316dbb9804155b8e6d6c741 X-VCS-Branch: master Date: Sun, 18 Oct 2015 17:03:32 +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-Archives-Salt: 92a9865b-a7fb-4e42-8c3d-69908f7b6d9d X-Archives-Hash: e13754419c51957a2213c9e6aaab359d commit: cad74baf2dbd45bc9316dbb9804155b8e6d6c741 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Oct 18 17:03:22 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Oct 18 17:03:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad74baf net-dns/bind-tools: Fix configure.in QA warning Package-Manager: portage-2.2.23 net-dns/bind-tools/bind-tools-9.10.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-dns/bind-tools/bind-tools-9.10.3.ebuild b/net-dns/bind-tools/bind-tools-9.10.3.ebuild index 38b6062..fb90401 100644 --- a/net-dns/bind-tools/bind-tools-9.10.3.ebuild +++ b/net-dns/bind-tools/bind-tools-9.10.3.ebuild @@ -52,6 +52,8 @@ src_prepare() { # bug #220361 rm aclocal.m4 rm -rf libtool.m4/ + + mv configure.in configure.ac || die # configure.in is deprecated eautoreconf }