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 1BEB51396D0 for ; Thu, 5 Oct 2017 09:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E853E0E06; Thu, 5 Oct 2017 09:47:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0DAA1E0E06 for ; Thu, 5 Oct 2017 09:47:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ED479341761 for ; Thu, 5 Oct 2017 09:47:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E7DB9078 for ; Thu, 5 Oct 2017 09:47:43 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1507196857.645b9b8bb0f1bd92a2657a4ddf83308d22c5cd24.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsmasq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnsmasq/dnsmasq-2.76.ebuild net-dns/dnsmasq/dnsmasq-2.78.ebuild X-VCS-Directories: net-dns/dnsmasq/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 645b9b8bb0f1bd92a2657a4ddf83308d22c5cd24 X-VCS-Branch: master Date: Thu, 5 Oct 2017 09:47:43 +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: dd972ee7-a0a9-45de-beea-15e0621343d4 X-Archives-Hash: b744ebcbc0f0cf86508d4fa37c5acd51 commit: 645b9b8bb0f1bd92a2657a4ddf83308d22c5cd24 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Oct 5 09:47:20 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Oct 5 09:47:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645b9b8b net-dns/dnsmasq: stable 2.78 for hppa/sparc, bug #632692 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa sparc" net-dns/dnsmasq/dnsmasq-2.76.ebuild | 2 +- net-dns/dnsmasq/dnsmasq-2.78.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/dnsmasq/dnsmasq-2.76.ebuild b/net-dns/dnsmasq/dnsmasq-2.76.ebuild index efdfc3438bc..3b3d54b64eb 100644 --- a/net-dns/dnsmasq/dnsmasq-2.76.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.76.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 diff --git a/net-dns/dnsmasq/dnsmasq-2.78.ebuild b/net-dns/dnsmasq/dnsmasq-2.78.ebuild index c57f8e6eb59..579f6ab2876 100644 --- a/net-dns/dnsmasq/dnsmasq-2.78.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.78.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +id idn libidn2 +inotify" IUSE+=" ipv6 lua nls script selinux static tftp"