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 C94BC59CA6 for ; Wed, 23 Mar 2016 21:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99746E07B2; Wed, 23 Mar 2016 21:23:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 12B0AE07C2 for ; Wed, 23 Mar 2016 21:23:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CDE6B340CDE for ; Wed, 23 Mar 2016 21:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39F841F2 for ; Wed, 23 Mar 2016 21:23:40 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1458768090.5f0fde6dc50fd99ac7e0ac35abcd3a0352b5cf98.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/layman/layman-2.3.0-r1.ebuild X-VCS-Directories: app-portage/layman/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 5f0fde6dc50fd99ac7e0ac35abcd3a0352b5cf98 X-VCS-Branch: master Date: Wed, 23 Mar 2016 21:23:40 +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: 237db2dc-50d2-4b01-b6c5-a981ff2bcb6a X-Archives-Hash: 968296841cbfcb448e1830daf8649829 commit: 5f0fde6dc50fd99ac7e0ac35abcd3a0352b5cf98 Author: Steev Klimaszewski gentoo org> AuthorDate: Wed Mar 23 20:39:00 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Wed Mar 23 21:21:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0fde6d app-portage/layman: Keyword 2.3.0-r1 for ~arm64 Package-Manager: portage-2.2.28 app-portage/layman/layman-2.3.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/layman/layman-2.3.0-r1.ebuild b/app-portage/layman/layman-2.3.0-r1.ebuild index 3ef4bca..090a8ff 100644 --- a/app-portage/layman/layman-2.3.0-r1.ebuild +++ b/app-portage/layman/layman-2.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86" IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial squashfs subversion sync-plugin-portage test" DEPEND="test? ( dev-vcs/subversion )