From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1136213-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 1F43D138347
	for <garchives@archives.gentoo.org>; Sun,  5 Jan 2020 15:28:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 58A68E0929;
	Sun,  5 Jan 2020 15:28:58 +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 3B7C4E0929
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Jan 2020 15:28:58 +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 3D30534DDC4
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Jan 2020 15:28:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C70DB0
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Jan 2020 15:28:55 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1578238134.8fac046e9cd54f59b4d27bc9bdd74d1c935eccd0.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdnsres/files/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libdnsres/files/libdnsres-0.1a-autotools.patch
X-VCS-Directories: dev-libs/libdnsres/files/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 8fac046e9cd54f59b4d27bc9bdd74d1c935eccd0
X-VCS-Branch: master
Date: Sun,  5 Jan 2020 15:28:55 +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: da18b114-0e88-4fd8-bb2c-e8d44dfccc8f
X-Archives-Hash: 91fa0666a1170cc09a860765130031de

commit:     8fac046e9cd54f59b4d27bc9bdd74d1c935eccd0
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 15:28:45 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 15:28:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fac046e

dev-libs/libdnsres: Clean up patch

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 dev-libs/libdnsres/files/libdnsres-0.1a-autotools.patch | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libdnsres/files/libdnsres-0.1a-autotools.patch b/dev-libs/libdnsres/files/libdnsres-0.1a-autotools.patch
index 3e2466af57f..9f544ca898c 100644
--- a/dev-libs/libdnsres/files/libdnsres-0.1a-autotools.patch
+++ b/dev-libs/libdnsres/files/libdnsres-0.1a-autotools.patch
@@ -1,7 +1,5 @@
-Index: libdnsres-0.1a/Makefile.am
-===================================================================
---- libdnsres-0.1a.orig/Makefile.am
-+++ libdnsres-0.1a/Makefile.am
+--- a/Makefile.am
++++ b/Makefile.am
 @@ -10,12 +10,12 @@ libdnsres_la_SOURCES = res_comp.c res_de
  	res_data.c res_init.c res_query.c res_send.c resolv.h dnsres.h \
  	gethostnamadr.c getaddrinfo.c getservbyname.c getservent.c base64.c \