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 CB6EE139695 for ; Thu, 16 Mar 2017 12:23:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E16C421C13C; Thu, 16 Mar 2017 12:23:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C32E621C127 for ; Thu, 16 Mar 2017 12:23:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B0EAE341641 for ; Thu, 16 Mar 2017 12:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 237D06A32 for ; Thu, 16 Mar 2017 12:23:14 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1489666762.e9e373a60fea89af86a0d3f7d4c92c1ae93063da.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/unbound/unbound-1.5.10.ebuild X-VCS-Directories: net-dns/unbound/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: e9e373a60fea89af86a0d3f7d4c92c1ae93063da X-VCS-Branch: master Date: Thu, 16 Mar 2017 12:23:14 +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: 20605f85-e31e-42a4-b673-cf2568c4e053 X-Archives-Hash: e9ee6bbaee79b30a29c7881f77b8f267 commit: e9e373a60fea89af86a0d3f7d4c92c1ae93063da Author: Michael Weber gentoo org> AuthorDate: Thu Mar 16 12:19:22 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Mar 16 12:19:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e373a6 net-dns/unbound: arm stable (bug 597964). Package-Manager: Portage-2.3.4, Repoman-2.3.2 net-dns/unbound/unbound-1.5.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/unbound/unbound-1.5.10.ebuild b/net-dns/unbound/unbound-1.5.10.ebuild index 4785ee372d9..0baf49a2de6 100644 --- a/net-dns/unbound/unbound-1.5.10.ebuild +++ b/net-dns/unbound/unbound-1.5.10.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ppc ppc64 ~x86" +KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 ~x86" IUSE="debug dnstap +ecdsa gost libressl python selinux static-libs test threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"