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 E79561393F1 for ; Tue, 15 Sep 2015 05:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10B4921C002; Tue, 15 Sep 2015 05:59:06 +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 965B121C002 for ; Tue, 15 Sep 2015 05:59:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 911D2340B6A for ; Tue, 15 Sep 2015 05:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9AAD1F6 for ; Tue, 15 Sep 2015 05:59:00 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1442295966.97d51791fc872a317376a657b536287674d783ce.kumba@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.4.ebuild X-VCS-Directories: net-dns/unbound/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 97d51791fc872a317376a657b536287674d783ce X-VCS-Branch: master Date: Tue, 15 Sep 2015 05:59:00 +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: 3973aabf-df72-463e-ab6b-117dbf6881aa X-Archives-Hash: 531d00feb468f9d64397ce30e60056f9 commit: 97d51791fc872a317376a657b536287674d783ce Author: Joshua Kinard gentoo org> AuthorDate: Tue Sep 15 05:45:31 2015 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Tue Sep 15 05:46:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d51791 Added ~mips to KEYWORDS. Package-Manager: portage-2.2.20.1 net-dns/unbound/unbound-1.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/unbound/unbound-1.5.4.ebuild b/net-dns/unbound/unbound-1.5.4.ebuild index a67b9d9..9c2564c 100644 --- a/net-dns/unbound/unbound-1.5.4.ebuild +++ b/net-dns/unbound/unbound-1.5.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="debug dnstap +ecdsa gost python selinux static-libs test threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"