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 015F413881E for ; Fri, 25 Sep 2015 16:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51F67E088C; Fri, 25 Sep 2015 16:27:12 +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 E74C7E088C for ; Fri, 25 Sep 2015 16:27:10 +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 B04DA340751 for ; Fri, 25 Sep 2015 16:27:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5903C1F5 for ; Fri, 25 Sep 2015 16:27:05 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1443198733.eedcf511874b86a0a0f2661fbcd530b5ac8c4a56.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/avahi/avahi-0.6.31-r10.ebuild net-dns/avahi/avahi-0.6.31-r9.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: eedcf511874b86a0a0f2661fbcd530b5ac8c4a56 X-VCS-Branch: master Date: Fri, 25 Sep 2015 16:27:05 +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: b64c561d-4ac9-4932-9ac9-11f21541bb8c X-Archives-Hash: 3efe31054f78cace96daf09e9bee1036 commit: eedcf511874b86a0a0f2661fbcd530b5ac8c4a56 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Sep 25 16:31:06 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Sep 25 16:32:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedcf511 net-dns/avahi: fix type and rev bump to -r10, bug #559408. Package-Manager: portage-2.2.20.1 net-dns/avahi/{avahi-0.6.31-r9.ebuild => avahi-0.6.31-r10.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/avahi/avahi-0.6.31-r9.ebuild b/net-dns/avahi/avahi-0.6.31-r10.ebuild similarity index 99% rename from net-dns/avahi/avahi-0.6.31-r9.ebuild rename to net-dns/avahi/avahi-0.6.31-r10.ebuild index 1f873b8..b7749eb 100644 --- a/net-dns/avahi/avahi-0.6.31-r9.ebuild +++ b/net-dns/avahi/avahi-0.6.31-r10.ebuild @@ -121,7 +121,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-fix-locale-build.patch # Fix "Invalid response packet from host", bug #559408. - eptch "${FILESDIR}"/${P}-invalid_packet.patch + epatch "${FILESDIR}"/${P}-invalid_packet.patch # Drop DEPRECATED flags, bug #384743 sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED=1::g' avahi-ui/Makefile.am || die