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 2539315852A for ; Thu, 22 Aug 2024 09:33:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 709BB2BC03A; Thu, 22 Aug 2024 09:33:41 +0000 (UTC) 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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54A342BC03A for ; Thu, 22 Aug 2024 09:33:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 722FA340C39 for ; Thu, 22 Aug 2024 09:33:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DBE21F06 for ; Thu, 22 Aug 2024 09:33:37 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1724319182.a1a4b1b73eac4e491982748636be025b90f9bf69.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-flashback/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-flashback/gnome-flashback-3.52.1.ebuild X-VCS-Directories: gnome-base/gnome-flashback/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: a1a4b1b73eac4e491982748636be025b90f9bf69 X-VCS-Branch: master Date: Thu, 22 Aug 2024 09:33:37 +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: 38ecbf4f-f1a8-485e-b409-e46319ad3922 X-Archives-Hash: 9b377c3683195462c8f01b2e63e093ec commit: a1a4b1b73eac4e491982748636be025b90f9bf69 Author: Florian Schmaus gentoo org> AuthorDate: Thu Aug 22 09:28:08 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Aug 22 09:33:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a4b1b7 gnome-base/gnome-flashback: stabilize 3.52.1 for amd64 Signed-off-by: Florian Schmaus gentoo.org> gnome-base/gnome-flashback/gnome-flashback-3.52.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-flashback/gnome-flashback-3.52.1.ebuild b/gnome-base/gnome-flashback/gnome-flashback-3.52.1.ebuild index 40162eac08ab..70ed0077e7e3 100644 --- a/gnome-base/gnome-flashback/gnome-flashback-3.52.1.ebuild +++ b/gnome-base/gnome-flashback/gnome-flashback-3.52.1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-flashback/" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="amd64 ~riscv" IUSE="elogind systemd" REQUIRED_USE="^^ ( elogind systemd )"