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 170921581FD for ; Tue, 09 Sep 2025 23:54:51 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DDCBA340FF8 for ; Tue, 09 Sep 2025 23:54:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C8FEC110573; Tue, 09 Sep 2025 23:54:42 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C3532110573 for ; Tue, 09 Sep 2025 23:54:42 +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 5F933340D7B for ; Tue, 09 Sep 2025 23:54:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4605E20FF for ; Tue, 09 Sep 2025 23:54:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1757461951.0a87cc7f64bd57e47bf4ffcab3903ca13ac1a4a8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gtk-engines/gtk-engines-2.20.2-r102.ebuild X-VCS-Directories: x11-themes/gtk-engines/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a87cc7f64bd57e47bf4ffcab3903ca13ac1a4a8 X-VCS-Branch: master Date: Tue, 09 Sep 2025 23:54:40 +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: d6733149-97da-4cad-b718-8fc5accab807 X-Archives-Hash: 75f79876861f72fbb8669981209dace5 commit: 0a87cc7f64bd57e47bf4ffcab3903ca13ac1a4a8 Author: Sam James gentoo org> AuthorDate: Tue Sep 9 23:52:31 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 9 23:52:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a87cc7f x11-themes/gtk-engines: Stabilize 2.20.2-r102 amd64, #956983 Signed-off-by: Sam James gentoo.org> x11-themes/gtk-engines/gtk-engines-2.20.2-r102.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/gtk-engines/gtk-engines-2.20.2-r102.ebuild b/x11-themes/gtk-engines/gtk-engines-2.20.2-r102.ebuild index 9ed41c811d45..20e5bdace22a 100644 --- a/x11-themes/gtk-engines/gtk-engines-2.20.2-r102.ebuild +++ b/x11-themes/gtk-engines/gtk-engines-2.20.2-r102.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://www.gtk.org/" LICENSE="LGPL-2.1" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" IUSE="accessibility lua" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"