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 B004A1581FB for ; Sun, 25 Aug 2024 12:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63B32E29FE; Sun, 25 Aug 2024 12:48:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 477E5E29FE for ; Sun, 25 Aug 2024 12:48:18 +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 722B8342FAF for ; Sun, 25 Aug 2024 12:48:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0D0D1889 for ; Sun, 25 Aug 2024 12:48:15 +0000 (UTC) From: "Daichi Yamamoto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daichi Yamamoto" Message-ID: <1724590061.a946ae8107cdfda086e1f0942db93189138c31bb.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/adw-gtk3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild X-VCS-Directories: x11-themes/adw-gtk3/ X-VCS-Committer: dev X-VCS-Committer-Name: Daichi Yamamoto X-VCS-Revision: a946ae8107cdfda086e1f0942db93189138c31bb X-VCS-Branch: dev Date: Sun, 25 Aug 2024 12:48:15 +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: d09237c4-bd37-45be-97bc-e7108aa515d0 X-Archives-Hash: 88770c4c9b8f610b7366c799ad6c37ce commit: a946ae8107cdfda086e1f0942db93189138c31bb Author: Daichi Yamamoto dyama net> AuthorDate: Sun Aug 25 12:47:41 2024 +0000 Commit: Daichi Yamamoto dyama net> CommitDate: Sun Aug 25 12:47:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a946ae81 x11-themes/adw-gtk3: keyword 5.3 for ~arm64 Signed-off-by: Daichi Yamamoto dyama.net> x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild b/x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild index 044d36722..2afdf3814 100644 --- a/x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild +++ b/x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild @@ -11,6 +11,6 @@ SRC_URI="https://github.com/lassekongo83/adw-gtk3/archive/refs/tags/v${PV}.tar.g LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IDEPEND=">=dev-lang/sassc-3.6.2"