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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0402015808C for ; Tue, 8 Feb 2022 04:45:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53DA6E07EA; Tue, 8 Feb 2022 04:45:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1E8AE07E2 for ; Tue, 8 Feb 2022 04:45:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0503342B9E for ; Tue, 8 Feb 2022 04:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AF4D2FA for ; Tue, 8 Feb 2022 04:45:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1644295533.3413d04fd6ddedd149218292ab78feb69dc17bf1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome/gnome-40.0.ebuild X-VCS-Directories: gnome-base/gnome/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3413d04fd6ddedd149218292ab78feb69dc17bf1 X-VCS-Branch: master Date: Tue, 8 Feb 2022 04:45:50 +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: f72a6440-ac51-4d48-87d9-e12fd2fa93b0 X-Archives-Hash: 3a4c6e00495af91aadbc7db7c012f88e commit: 3413d04fd6ddedd149218292ab78feb69dc17bf1 Author: Sam James gentoo org> AuthorDate: Tue Feb 8 04:45:33 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 8 04:45:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3413d04f gnome-base/gnome: Stabilize 40.0 arm64, #831946 Signed-off-by: Sam James gentoo.org> gnome-base/gnome/gnome-40.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-base/gnome/gnome-40.0.ebuild b/gnome-base/gnome/gnome-40.0.ebuild index 2505d64000dc..2099dd230df7 100644 --- a/gnome-base/gnome/gnome-40.0.ebuild +++ b/gnome-base/gnome/gnome-40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SLOT="2.0" # Cannot be installed at the same time as gnome-2 # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" IUSE="accessibility +bluetooth +classic cups +extras"