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 CB3D0158087 for ; Sat, 4 Dec 2021 10:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 015792BC051; Sat, 4 Dec 2021 10:07:36 +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 DB5E02BC051 for ; Sat, 4 Dec 2021 10:07:35 +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 0ED713432EF for ; Sat, 4 Dec 2021 10:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4914022B for ; Sat, 4 Dec 2021 10:07:32 +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: <1638612444.c1d693abda6d47b1abf7a12f553a742a9cb852a9.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129.ebuild X-VCS-Directories: app-crypt/johntheripper-jumbo/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c1d693abda6d47b1abf7a12f553a742a9cb852a9 X-VCS-Branch: master Date: Sat, 4 Dec 2021 10:07:32 +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: e4419142-ed86-42cc-8ebb-46ddfd6b0687 X-Archives-Hash: 5f0bab9b6f01212c650b97fade792da4 commit: c1d693abda6d47b1abf7a12f553a742a9cb852a9 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 4 10:07:01 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 4 10:07:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d693ab app-crypt/johntheripper-jumbo: Keyword 1.9.0_p20211129 ppc64, #828048 Signed-off-by: Arthur Zamarin gentoo.org> .../johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129.ebuild index f69c927dea7d..684a202323cb 100644 --- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129.ebuild +++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129.ebuild @@ -22,7 +22,7 @@ else SRC_URI="https://github.com/openwall/john/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/john-${HASH_COMMIT}" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi LICENSE="GPL-2"