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 E621E15ACFD for ; Thu, 4 May 2023 18:47:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 328BBE0966; Thu, 4 May 2023 18:47:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1C4D5E0966 for ; Thu, 4 May 2023 18:47:50 +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 57334341534 for ; Thu, 4 May 2023 18:47:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C33F6A64 for ; Thu, 4 May 2023 18:47:46 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1683226005.231adfa613c849f1aba5d2f939a26c2f748b0aec.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-control-center/gnome-control-center-44.1.ebuild X-VCS-Directories: gnome-base/gnome-control-center/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 231adfa613c849f1aba5d2f939a26c2f748b0aec X-VCS-Branch: master Date: Thu, 4 May 2023 18:47:46 +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: a78132dd-e361-4681-97ed-9c9a4b3445ac X-Archives-Hash: f360fe5f2e940533bfbb2b444f2c2c03 commit: 231adfa613c849f1aba5d2f939a26c2f748b0aec Author: Arthur Zamarin gentoo org> AuthorDate: Thu May 4 18:46:45 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu May 4 18:46:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231adfa6 gnome-base/gnome-control-center: Stabilize 44.1 amd64, #905558 Signed-off-by: Arthur Zamarin gentoo.org> gnome-base/gnome-control-center/gnome-control-center-44.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-control-center/gnome-control-center-44.1.ebuild b/gnome-base/gnome-control-center/gnome-control-center-44.1.ebuild index e28536e8995c..ea6d341f5fc7 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-44.1.ebuild +++ b/gnome-base/gnome-control-center/gnome-control-center-44.1.ebuild @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE=" ^^ ( elogind systemd ) " # Theoretically "?? ( elogind systemd )" is fine too, lacking some functionality at runtime, but needs testing if handled gracefully enough -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" # meson.build depends on python unconditionally BDEPEND="${PYTHON_DEPS}"