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 523271382C5 for ; Wed, 14 Mar 2018 14:37:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A705CE0869; Wed, 14 Mar 2018 14:37:08 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8729EE0869 for ; Wed, 14 Mar 2018 14:37:08 +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 7EFB3335C2E for ; Wed, 14 Mar 2018 14:37:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3B2426D for ; Wed, 14 Mar 2018 14:37:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521038197.dccf9f8e16c4e39e4dff6ed175dd1ca07eca5c26.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bird/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/bird/bird-1.6.3-r1.ebuild X-VCS-Directories: net-misc/bird/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dccf9f8e16c4e39e4dff6ed175dd1ca07eca5c26 X-VCS-Branch: master Date: Wed, 14 Mar 2018 14:37: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: 636d1a47-6ffb-4c63-a180-4817f1a29379 X-Archives-Hash: 5fb47d919c77af5a5665520e75c0c25f commit: dccf9f8e16c4e39e4dff6ed175dd1ca07eca5c26 Author: Roy Bamford gentoo org> AuthorDate: Sat Mar 10 15:13:31 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 14 14:36:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccf9f8e net-misc/bird: added ~arm64 keyword. Closes: https://github.com/gentoo/gentoo/pull/7414 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/bird/bird-1.6.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/bird/bird-1.6.3-r1.ebuild b/net-misc/bird/bird-1.6.3-r1.ebuild index 07a2f35e307..3bfce423950 100644 --- a/net-misc/bird/bird-1.6.3-r1.ebuild +++ b/net-misc/bird/bird-1.6.3-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="ftp://bird.network.cz/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+client debug ipv6" RDEPEND="client? ( sys-libs/ncurses )