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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 724BE138334 for ; Sun, 3 Mar 2019 12:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A547E08F4; Sun, 3 Mar 2019 12:05:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6916BE08F4 for ; Sun, 3 Mar 2019 12:05:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73ED7335CE7 for ; Sun, 3 Mar 2019 12:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 159CF542 for ; Sun, 3 Mar 2019 12:05:49 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1551614733.9558a198f21e74ccbee4dae6146ca586bd800d76.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pwcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild X-VCS-Directories: app-admin/pwcrypt/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9558a198f21e74ccbee4dae6146ca586bd800d76 X-VCS-Branch: master Date: Sun, 3 Mar 2019 12:05:49 +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: b270ad9b-c438-4834-b19d-7fe589352d33 X-Archives-Hash: 0b0cf30f88b0ba42b11b575da1f42ccc commit: 9558a198f21e74ccbee4dae6146ca586bd800d76 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Mar 3 12:05:33 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 3 12:05:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9558a198 app-admin/pwcrypt: amd64 stable wrt bug #677848 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild b/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild index c254631b17e..817082f7df2 100644 --- a/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild +++ b/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://xjack.org/pwcrypt/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" DOCS=( CREDITS README )