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 3E916139694 for ; Thu, 13 Jul 2017 20:42:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F2492740D3; Thu, 13 Jul 2017 20:42:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E16B52740D3 for ; Thu, 13 Jul 2017 20:42:34 +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 9F93B341A4B for ; Thu, 13 Jul 2017 20:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13E0974B9 for ; Thu, 13 Jul 2017 20:42:31 +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: <1499978538.cbb3829f3ab62d445c88862adb8b95ee4a8e8059.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jline/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jline/jline-2.12.1-r1.ebuild X-VCS-Directories: dev-java/jline/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: cbb3829f3ab62d445c88862adb8b95ee4a8e8059 X-VCS-Branch: master Date: Thu, 13 Jul 2017 20:42:31 +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: 0530b1ef-fb0f-43f0-89e2-1dddfb9a95bc X-Archives-Hash: aa90b6e8478fdf121e76719cb6780e61 commit: cbb3829f3ab62d445c88862adb8b95ee4a8e8059 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 13 20:40:48 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 13 20:42:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb3829f dev-java/jline: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-java/jline/jline-2.12.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jline/jline-2.12.1-r1.ebuild b/dev-java/jline/jline-2.12.1-r1.ebuild index bcba6c32862..d1355aaf283 100644 --- a/dev-java/jline/jline-2.12.1-r1.ebuild +++ b/dev-java/jline/jline-2.12.1-r1.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 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jline/${PN}/archive/${P}.tar.gz" LICENSE="BSD" SLOT="2" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" CDEPEND="