From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88C191582EF for ; Mon, 10 Mar 2025 17:11:39 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 735D034309B for ; Mon, 10 Mar 2025 17:11:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 768EC11037F; Mon, 10 Mar 2025 17:11:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 69A1111037F for ; Mon, 10 Mar 2025 17:11:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1893234309B for ; Mon, 10 Mar 2025 17:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78FAC27E1 for ; Mon, 10 Mar 2025 17:11:36 +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: <1741626683.62c1d276d52fea6c46fd6a73b4703b0182772ee4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gvfs/gvfs-1.52.3.ebuild X-VCS-Directories: gnome-base/gvfs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 62c1d276d52fea6c46fd6a73b4703b0182772ee4 X-VCS-Branch: master Date: Mon, 10 Mar 2025 17:11:36 +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: e3268593-b7dc-4667-82bb-b094e7972544 X-Archives-Hash: e9f3e999b3c20812a2e3a16d4668905e commit: 62c1d276d52fea6c46fd6a73b4703b0182772ee4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 9 20:37:32 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 10 17:11:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c1d276 gnome-base/gvfs: destabilize 1.52.3 for ~sparc Bug: https://bugs.gentoo.org/930331 Signed-off-by: Andreas Sturmlechner gentoo.org> gnome-base/gvfs/gvfs-1.52.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-base/gvfs/gvfs-1.52.3.ebuild b/gnome-base/gvfs/gvfs-1.52.3.ebuild index e1064f06ee3c..8a51a1933499 100644 --- a/gnome-base/gvfs/gvfs-1.52.3.ebuild +++ b/gnome-base/gvfs/gvfs-1.52.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ REQUIRED_USE=" mtp? ( udev ) udisks? ( udev ) " -KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-libs/glib-2.70.0:2