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 41BD3138334 for ; Tue, 21 May 2019 03:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3965BE08BD; Tue, 21 May 2019 03:17:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2112DE08BD for ; Tue, 21 May 2019 03:17:43 +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 C87A9344C97 for ; Tue, 21 May 2019 03:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC3F5F9 for ; Tue, 21 May 2019 03:17:39 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1558406663.70f47bca454d9e99b2dd7c85cb6129e8c32fa071.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gjs/gjs-1.54.3.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 70f47bca454d9e99b2dd7c85cb6129e8c32fa071 X-VCS-Branch: master Date: Tue, 21 May 2019 03:17:39 +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: 50ceed33-0787-4e6a-9efb-20b2949267ea X-Archives-Hash: 6ece30e0bb47a287e9453e51c6370dc8 commit: 70f47bca454d9e99b2dd7c85cb6129e8c32fa071 Author: Aaron Bauman gentoo org> AuthorDate: Tue May 21 02:44:23 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue May 21 02:44:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f47bca dev-libs/gjs: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" dev-libs/gjs/gjs-1.54.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gjs/gjs-1.54.3.ebuild b/dev-libs/gjs/gjs-1.54.3.ebuild index 934729a1023..cf81bd1fae3 100644 --- a/dev-libs/gjs/gjs-1.54.3.ebuild +++ b/dev-libs/gjs/gjs-1.54.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs" LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" IUSE="+cairo examples gtk readline test" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" RDEPEND=" >=dev-libs/glib-2.54.0