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 B6FCB1581EC 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 2D616E0801; 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 6D127E07F1 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 55E2D340943 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 A2CE31E75 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: <1732332467.962b2cde00f69ff18596093ae94450f36018312b.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: 962b2cde00f69ff18596093ae94450f36018312b 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: b5b87798-6aa2-422e-8e7f-8c2da850d7cd X-Archives-Hash: ba67808f7b4e061b5aadcd5d1fe51be0 commit: 962b2cde00f69ff18596093ae94450f36018312b Author: Sam James gentoo org> AuthorDate: Sat Nov 23 03:27:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 23 03:27:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962b2cde net-ftp/pure-ftpd: Stabilize 1.0.52 ppc, #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 0c05b5143a87..4abf530d9ba0 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"