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 335E9158013 for ; Wed, 13 Dec 2023 19:30:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 028E92BC02D; Wed, 13 Dec 2023 19:29:53 +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 D9AE32BC021 for ; Wed, 13 Dec 2023 19:29:52 +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 F1741335D76 for ; Wed, 13 Dec 2023 19:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90448AE9 for ; Wed, 13 Dec 2023 19:29:50 +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: <1702495771.c83c3b8ec9f449b5cb97134e47b6badcc974798e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild X-VCS-Directories: dev-libs/libfilezilla/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c83c3b8ec9f449b5cb97134e47b6badcc974798e X-VCS-Branch: master Date: Wed, 13 Dec 2023 19:29:50 +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: 96428080-c337-41ad-a00a-af92bc9f8567 X-Archives-Hash: b0ded1b25f7e154d2ef2b3bfbb1dce31 commit: c83c3b8ec9f449b5cb97134e47b6badcc974798e Author: Arthur Zamarin gentoo org> AuthorDate: Wed Dec 13 19:29:31 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Dec 13 19:29:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83c3b8e dev-libs/libfilezilla: Stabilize 0.45.0 x86, #919811 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild index 5384a4a25273..900ce1fba463 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0/41" # libfilezilla.so version -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )"