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 294FA158095 for ; Sun, 28 Aug 2022 18:03:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 673BAE091D; Sun, 28 Aug 2022 18:03:14 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DBB7E091D for ; Sun, 28 Aug 2022 18:03:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3FFEB340FB4 for ; Sun, 28 Aug 2022 18:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8C625A3 for ; Sun, 28 Aug 2022 18:03:11 +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: <1661709782.b6bb0d51b9c8c9afad9747fc62ba112f6bdffc79.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libscrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libscrypt/libscrypt-1.22.ebuild X-VCS-Directories: app-crypt/libscrypt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b6bb0d51b9c8c9afad9747fc62ba112f6bdffc79 X-VCS-Branch: master Date: Sun, 28 Aug 2022 18:03:11 +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: adbb6066-584e-430f-8add-1e4eeb681c91 X-Archives-Hash: e4d0ff5d55a2b5ee3c9cee8ac6cd8ed3 commit: b6bb0d51b9c8c9afad9747fc62ba112f6bdffc79 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 28 18:03:02 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 28 18:03:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bb0d51 app-crypt/libscrypt: Stabilize 1.22 ppc64, #865431 Signed-off-by: Arthur Zamarin gentoo.org> app-crypt/libscrypt/libscrypt-1.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/libscrypt/libscrypt-1.22.ebuild b/app-crypt/libscrypt/libscrypt-1.22.ebuild index a0301d2893ee..b7ffcf4396ff 100644 --- a/app-crypt/libscrypt/libscrypt-1.22.ebuild +++ b/app-crypt/libscrypt/libscrypt-1.22.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc ~x86" IUSE="" DEPEND=""