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 093A9138334 for ; Sat, 3 Aug 2019 00:31:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BB23E081E; Sat, 3 Aug 2019 00:31:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 225C9E081E for ; Sat, 3 Aug 2019 00:31:31 +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 8FE57349346 for ; Sat, 3 Aug 2019 00:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55F51738 for ; Sat, 3 Aug 2019 00:31:26 +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: <1564792262.d7b4c1e1691eadd612fb48dfc282c826237a1356.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/mutter/mutter-3.30.2-r3.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d7b4c1e1691eadd612fb48dfc282c826237a1356 X-VCS-Branch: master Date: Sat, 3 Aug 2019 00:31:26 +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: 1fe7b59d-8e33-4426-ae5a-65ad0770886d X-Archives-Hash: ab2457a0bc71c84395b7e96ed3cdcce9 commit: d7b4c1e1691eadd612fb48dfc282c826237a1356 Author: Aaron Bauman gentoo org> AuthorDate: Sat Aug 3 00:31:02 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Aug 3 00:31:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b4c1e1 x11-wm/mutter: arm64 keyworded Signed-off-by: Aaron Bauman gentoo.org> x11-wm/mutter/mutter-3.30.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/mutter/mutter-3.30.2-r3.ebuild b/x11-wm/mutter/mutter-3.30.2-r3.ebuild index 67f779d7452..5b88d60c9a8 100644 --- a/x11-wm/mutter/mutter-3.30.2-r3.ebuild +++ b/x11-wm/mutter/mutter-3.30.2-r3.ebuild @@ -17,7 +17,7 @@ IUSE="debug elogind gles2 input_devices_wacom +introspection systemd test udev w REQUIRED_USE=" wayland? ( ^^ ( elogind systemd ) )" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" # libXi-1.7.4 or newer needed per: # https://bugzilla.gnome.org/show_bug.cgi?id=738944