From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 09E1C158B20 for ; Fri, 07 Feb 2025 14:21:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E69FB343074 for ; Fri, 07 Feb 2025 14:21:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 35D65110475; Fri, 07 Feb 2025 14:21:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 2D46D110475 for ; Fri, 07 Feb 2025 14:21:09 +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 D9EA6340C77 for ; Fri, 07 Feb 2025 14:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1531726AB for ; Fri, 07 Feb 2025 14:21:06 +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: <1738938051.f943d63ab7511e99a2e3cad1db4059706d98637b.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-gfls/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/libgedit-gfls/libgedit-gfls-0.2.1.ebuild X-VCS-Directories: gui-libs/libgedit-gfls/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f943d63ab7511e99a2e3cad1db4059706d98637b X-VCS-Branch: master Date: Fri, 07 Feb 2025 14:21:06 +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: 85ce3f01-379e-40dc-9b52-3448624537d6 X-Archives-Hash: c10e7995c18227d1013fa550b7199aad commit: f943d63ab7511e99a2e3cad1db4059706d98637b Author: Arthur Zamarin gentoo org> AuthorDate: Fri Feb 7 14:19:33 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Feb 7 14:20:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f943d63a gui-libs/libgedit-gfls: Keyword 0.2.1 arm64, #948858 Signed-off-by: Arthur Zamarin gentoo.org> gui-libs/libgedit-gfls/libgedit-gfls-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/libgedit-gfls/libgedit-gfls-0.2.1.ebuild b/gui-libs/libgedit-gfls/libgedit-gfls-0.2.1.ebuild index fbc596df8439..35a91f61c030 100644 --- a/gui-libs/libgedit-gfls/libgedit-gfls-0.2.1.ebuild +++ b/gui-libs/libgedit-gfls/libgedit-gfls-0.2.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-gfls" LICENSE="LGPL-3+" SLOT="6/4" -KEYWORDS="~amd64 ~arm ~loong ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" IUSE="gtk-doc" RESTRICT="!test? ( test )"