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 5316315823F for ; Fri, 17 Nov 2023 12:07:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33D752BC037; Fri, 17 Nov 2023 12:07:46 +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 19F7F2BC037 for ; Fri, 17 Nov 2023 12:07:46 +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 84EEF335D43 for ; Fri, 17 Nov 2023 12:07:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D1FB139E for ; Fri, 17 Nov 2023 12:07:41 +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: <1700222824.2bbd71bd9a1ff134b1244ce1e353e2cfd11efbde.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/scrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/scrypt/scrypt-1.3.2.ebuild X-VCS-Directories: app-crypt/scrypt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2bbd71bd9a1ff134b1244ce1e353e2cfd11efbde X-VCS-Branch: master Date: Fri, 17 Nov 2023 12:07:41 +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: bb282450-c6dd-4214-b9a6-631615d2164b X-Archives-Hash: 575598fb516234eac9275b9a790debd0 commit: 2bbd71bd9a1ff134b1244ce1e353e2cfd11efbde Author: Sam James gentoo org> AuthorDate: Fri Nov 17 12:07:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 17 12:07:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbd71bd app-crypt/scrypt: Stabilize 1.3.2 x86, #917475 Signed-off-by: Sam James gentoo.org> app-crypt/scrypt/scrypt-1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/scrypt/scrypt-1.3.2.ebuild b/app-crypt/scrypt/scrypt-1.3.2.ebuild index a383f68129a6..a0aae356d91a 100644 --- a/app-crypt/scrypt/scrypt-1.3.2.ebuild +++ b/app-crypt/scrypt/scrypt-1.3.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://www.tarsnap.com/scrypt/${P}.tgz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" DOCS=( FORMAT )