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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EA64158090 for ; Fri, 27 May 2022 17:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79AF2E077A; Fri, 27 May 2022 17:06:07 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53947E077A for ; Fri, 27 May 2022 17:06:07 +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 4908D3410C4 for ; Fri, 27 May 2022 17:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93DE94D3 for ; Fri, 27 May 2022 17:06:04 +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: <1653671164.2b7266524cb8a1b3168bdc3905334d9552de2d4d.jsmolic@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.50-r3.ebuild X-VCS-Directories: net-ftp/pure-ftpd/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 2b7266524cb8a1b3168bdc3905334d9552de2d4d X-VCS-Branch: master Date: Fri, 27 May 2022 17:06:04 +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: f3b3a8b7-b24d-4de3-a592-8f8fa01f96aa X-Archives-Hash: d1a38c8985feb7ed223fa52ffa157a7e commit: 2b7266524cb8a1b3168bdc3905334d9552de2d4d Author: Jakov Smolić gentoo org> AuthorDate: Fri May 27 17:06:04 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri May 27 17:06:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b726652 net-ftp/pure-ftpd: Stabilize 1.0.50-r3 sparc, #847805 Signed-off-by: Jakov Smolić gentoo.org> net-ftp/pure-ftpd/pure-ftpd-1.0.50-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r3.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r3.ebuild index 503b78860fa1..a01e48fe71f1 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r3.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r3.ebuild @@ -15,7 +15,7 @@ else ftp://ftp.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2 http://download.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2 " - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" fi LICENSE="BSD GPL-2"