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 40258158074 for ; Thu, 26 Jun 2025 12:25:29 +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 24522341050 for ; Thu, 26 Jun 2025 12:25:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 18C4411055C; Thu, 26 Jun 2025 12:25:24 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0E25D11055C for ; Thu, 26 Jun 2025 12:25:24 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDE72340D40 for ; Thu, 26 Jun 2025 12:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EF2F2A98 for ; Thu, 26 Jun 2025 12:25:22 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1750940713.a3050cd3c1a2ae0cb9c25463fc54d14515d2421a.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/filezilla/filezilla-3.69.1-r1.ebuild X-VCS-Directories: net-ftp/filezilla/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: a3050cd3c1a2ae0cb9c25463fc54d14515d2421a X-VCS-Branch: master Date: Thu, 26 Jun 2025 12:25:22 +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: 95259a7e-f7df-48ba-a0d6-c3da93cc997b X-Archives-Hash: 9df043aa194ae9f6e2a4092ed53a5fca commit: a3050cd3c1a2ae0cb9c25463fc54d14515d2421a Author: Jakov Smolić gentoo org> AuthorDate: Thu Jun 26 12:25:13 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Jun 26 12:25:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3050cd3 net-ftp/filezilla: Stabilize 3.69.1-r1 amd64, #959108 Signed-off-by: Jakov Smolić gentoo.org> net-ftp/filezilla/filezilla-3.69.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-ftp/filezilla/filezilla-3.69.1-r1.ebuild b/net-ftp/filezilla/filezilla-3.69.1-r1.ebuild index 00950ea54929..2c2a2d62dfa7 100644 --- a/net-ftp/filezilla/filezilla-3.69.1-r1.ebuild +++ b/net-ftp/filezilla/filezilla-3.69.1-r1.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" IUSE="cpu_flags_x86_sse2 dbus nls test" RESTRICT="!test? ( test )"