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 92AD9139694 for ; Wed, 21 Jun 2017 11:44:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAFA4E0EA5; Wed, 21 Jun 2017 11:44:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CE2D0E0EA5 for ; Wed, 21 Jun 2017 11:44:44 +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 83BCB3416CA for ; Wed, 21 Jun 2017 11:44:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CDAA24BA for ; Wed, 21 Jun 2017 11:44:42 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498045478.4b5b29d00f4bd5b7f31fdb9c3f5da956a1a0d364.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/bwidget/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/bwidget/bwidget-1.9.9.ebuild X-VCS-Directories: dev-tcltk/bwidget/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4b5b29d00f4bd5b7f31fdb9c3f5da956a1a0d364 X-VCS-Branch: master Date: Wed, 21 Jun 2017 11:44:42 +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: 78eed945-2801-4b7b-9125-99bf5704bb9d X-Archives-Hash: 1c349d91f5cc826f232eba754d0abecc commit: 4b5b29d00f4bd5b7f31fdb9c3f5da956a1a0d364 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 21 11:44:29 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 21 11:44:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5b29d0 dev-tcltk/bwidget: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-tcltk/bwidget/bwidget-1.9.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tcltk/bwidget/bwidget-1.9.9.ebuild b/dev-tcltk/bwidget/bwidget-1.9.9.ebuild index 5def41aa569..6942e127d85 100644 --- a/dev-tcltk/bwidget/bwidget-1.9.9.ebuild +++ b/dev-tcltk/bwidget/bwidget-1.9.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/project/tcllib/${MY_PN}/${PV}/${P}.tar.gz" LICENSE="tcltk" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" DEPEND="dev-lang/tk:0"