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 7D575158451 for ; Tue, 9 Jan 2024 15:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D883E2A09; Tue, 9 Jan 2024 15:33:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0D95E2A06 for ; Tue, 9 Jan 2024 15:33:33 +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 F2CFB34330E for ; Tue, 9 Jan 2024 15:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6568E12D7 for ; Tue, 9 Jan 2024 15:33:31 +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: <1704814390.b70072e2687afbec78fe7bb31a8a7937383e3f56.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-panel/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-panel/gnome-panel-3.50.0.ebuild X-VCS-Directories: gnome-base/gnome-panel/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b70072e2687afbec78fe7bb31a8a7937383e3f56 X-VCS-Branch: master Date: Tue, 9 Jan 2024 15:33:31 +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: aa78af6c-e467-4ae5-ac2c-c01361cf5cbe X-Archives-Hash: f2e486d977210a7138db6752b29a9e90 commit: b70072e2687afbec78fe7bb31a8a7937383e3f56 Author: Florian Schmaus gentoo org> AuthorDate: Tue Jan 9 15:31:27 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jan 9 15:33:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70072e2 gnome-base/gnome-panel: stabilize 3.50.0 for amd64 Signed-off-by: Florian Schmaus gentoo.org> gnome-base/gnome-panel/gnome-panel-3.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-base/gnome-panel/gnome-panel-3.50.0.ebuild b/gnome-base/gnome-panel/gnome-panel-3.50.0.ebuild index 3001fd142130..f65a44120055 100644 --- a/gnome-base/gnome-panel/gnome-panel-3.50.0.ebuild +++ b/gnome-base/gnome-panel/gnome-panel-3.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ LICENSE="GPL-2+ FDL-1.1 LGPL-2.1+" SLOT="0" IUSE="eds elogind systemd" REQUIRED_USE="^^ ( elogind systemd )" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="amd64 ~riscv" RDEPEND=" >=gnome-base/gnome-desktop-2.91.0:3=