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 5619C158089 for ; Fri, 22 Sep 2023 12:14:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B1F52BC06F; Fri, 22 Sep 2023 12:14:55 +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 826C62BC06F for ; Fri, 22 Sep 2023 12:14:55 +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 9A70033BEF1 for ; Fri, 22 Sep 2023 12:14:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 326BE11D6 for ; Fri, 22 Sep 2023 12:14:53 +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: <1695384881.09700a08feb3bf0d6669e2c4f8895f64640e573a.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-45.0.ebuild X-VCS-Directories: gnome-base/gnome-control-center/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 09700a08feb3bf0d6669e2c4f8895f64640e573a X-VCS-Branch: master Date: Fri, 22 Sep 2023 12:14:53 +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: e807f762-a05d-4200-b687-f8291b5434d7 X-Archives-Hash: d2015c791a9d5906f4164a0dfb3c526d commit: 09700a08feb3bf0d6669e2c4f8895f64640e573a Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 22 12:14:41 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 22 12:14:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09700a08 gnome-base/gnome-control-center: Keyword 45.0 arm64, #914508 Signed-off-by: Arthur Zamarin gentoo.org> gnome-base/gnome-control-center/gnome-control-center-45.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-control-center/gnome-control-center-45.0.ebuild b/gnome-base/gnome-control-center/gnome-control-center-45.0.ebuild index a374fe274c00..5e180e195067 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-45.0.ebuild +++ b/gnome-base/gnome-control-center/gnome-control-center-45.0.ebuild @@ -20,7 +20,7 @@ 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 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" # meson.build depends on python unconditionally BDEPEND="${PYTHON_DEPS}"