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 2F035138334 for ; Mon, 11 Mar 2019 21:03:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6E26E0ACB; Mon, 11 Mar 2019 21:03:11 +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 930B9E09EE for ; Mon, 11 Mar 2019 21:03:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7C991335CCD for ; Mon, 11 Mar 2019 21:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B524356E for ; Mon, 11 Mar 2019 21:03:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1552338172.896356d76d7e4d8ad66cce523d2fc804b056625e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kross-interpreters/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kross-interpreters/kross-interpreters-18.12.3.ebuild X-VCS-Directories: kde-apps/kross-interpreters/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 896356d76d7e4d8ad66cce523d2fc804b056625e X-VCS-Branch: master Date: Mon, 11 Mar 2019 21:03:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cfe4dc8-7abc-4c62-85b3-4d7cc3232d06 X-Archives-Hash: b233f75ca287097516eba0e8645d439b commit: 896356d76d7e4d8ad66cce523d2fc804b056625e Author: Roy Bamford gentoo org> AuthorDate: Mon Mar 11 18:48:12 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 11 21:02:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896356d7 kde-apps/kross-interpreters: added ~arm64 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Roy Bamford gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kross-interpreters/kross-interpreters-18.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kross-interpreters/kross-interpreters-18.12.3.ebuild b/kde-apps/kross-interpreters/kross-interpreters-18.12.3.ebuild index 3adcad38ea7..4b577776782 100644 --- a/kde-apps/kross-interpreters/kross-interpreters-18.12.3.ebuild +++ b/kde-apps/kross-interpreters/kross-interpreters-18.12.3.ebuild @@ -8,7 +8,7 @@ USE_RUBY="ruby25" inherit kde5 python-single-r1 ruby-single DESCRIPTION="Kross interpreter plugins for programming languages" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+python ruby" REQUIRED_USE="|| ( python ruby ) python? ( ${PYTHON_REQUIRED_USE} )"