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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BBE01581EC for ; Sat, 23 Nov 2024 03:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24526E07F1; Sat, 23 Nov 2024 03:28:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 705FBE0801 for ; Sat, 23 Nov 2024 03:28:32 +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 6C0EA3409C8 for ; Sat, 23 Nov 2024 03:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79C2C1E15 for ; Sat, 23 Nov 2024 03:28:29 +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: <1732332464.3f1b52605d570eaa3ca78ff3d9b6509f83e0d6f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/pure-ftpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/pure-ftpd/pure-ftpd-1.0.52.ebuild X-VCS-Directories: net-ftp/pure-ftpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f1b52605d570eaa3ca78ff3d9b6509f83e0d6f3 X-VCS-Branch: master Date: Sat, 23 Nov 2024 03:28:29 +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: d92d14e2-3b2c-4136-b279-28de18069559 X-Archives-Hash: 2231684eef364db7ea65df848b4bf8c8 commit: 3f1b52605d570eaa3ca78ff3d9b6509f83e0d6f3 Author: Sam James gentoo org> AuthorDate: Sat Nov 23 03:27:44 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 23 03:27:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1b5260 net-ftp/pure-ftpd: Stabilize 1.0.52 arm, #944514 Signed-off-by: Sam James gentoo.org> net-ftp/pure-ftpd/pure-ftpd-1.0.52.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.52.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.52.ebuild index a69af881f464..6634d84ec2e5 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.52.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.52.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == 9999 ]] ; then EGIT_REPO_URI="https://github.com/jedisct1/pure-ftpd.git" else SRC_URI="https://download.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86" fi LICENSE="BSD GPL-2"