From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1358271-garchives=archives.gentoo.org@lists.gentoo.org>
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 1790E158087
	for <garchives@archives.gentoo.org>; Sun, 16 Jan 2022 01:02:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 485142BC06A;
	Sun, 16 Jan 2022 01:02:30 +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 208FA2BC06A
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Jan 2022 01:02:30 +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 A6A4734317B
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Jan 2022 01:02:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 50EFE2BB
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Jan 2022 01:02:23 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1642294894.0c2420075a01b8e47a19ce30995be59f3032be28.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/arch/arm/package.use.stable.mask profiles/arch/arm/use.stable.mask
X-VCS-Directories: profiles/arch/arm/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0c2420075a01b8e47a19ce30995be59f3032be28
X-VCS-Branch: master
Date: Sun, 16 Jan 2022 01:02:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 01a89ce7-1293-410b-a3a2-f532c0c5d317
X-Archives-Hash: 8689b6e1c467482b82fbec9c2f8c7fa5

commit:     0c2420075a01b8e47a19ce30995be59f3032be28
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 00:09:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 01:01:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c242007

profiles/arch/arm: drop gnome-online-accounts/libgdata masks

Bug: https://bugs.gentoo.org/769767
Bug: https://bugs.gentoo.org/769764
Signed-off-by: Sam James <sam <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/23818
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/arm/package.use.stable.mask | 9 ++++-----
 profiles/arch/arm/use.stable.mask         | 5 ++++-
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask
index 4e9bd93819e2..0ef3ad171122 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2022-01-16)
+# net-libs/gnome-online-accounts is not marked stable on arm yet
+gnome-base/gvfs google
+
 # Sam James <sam@gentoo.org> (2022-01-15)
 # dev-python/nbconvert not yet marked stable on arm
 dev-python/ipython nbconvert
@@ -29,11 +33,6 @@ app-text/htmltidy test
 # large amount of fabric. bug #763954
 sys-block/open-iscsi infiniband
 
-# Sam James <sam@gentoo.org> (2021-02-09)
-# dev-libs/libgdata is not (yet?) stable on arm
-# bug #769767, bug #769764
-mail-client/claws-mail gdata
-
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-10-05)
 # media-libs/libffado is not stable yet, which itself has unstable and
 # unmaintained/broken dependencies. bug #746722

diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask
index d87b424f1ac3..9329affc5dc8 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Sam James <sam@gentoo.org> (2022-01-16)
+# net-libs/gnome-online-accounts is not marked stable on arm yet
+gnome-online-accounts
+
 # Sam James <sam@gentoo.org> (2022-01-15)
 # virtual/dist-kernel not yet marked stable here
 dist-kernel
@@ -37,4 +41,3 @@ gcl
 devhelp
 eds
 gdm
-gnome-online-accounts