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 93F01138335 for ; Mon, 5 Aug 2019 05:08:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA5C3E088A; Mon, 5 Aug 2019 05:08:46 +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 8EE19E088A for ; Mon, 5 Aug 2019 05:08:46 +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 B220F349C09 for ; Mon, 5 Aug 2019 05:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 340E3744 for ; Mon, 5 Aug 2019 05:08:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1564981581.84bbe005aa053fec7768b3f0e5ae27dc73ad1ee8.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/jitterentropy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild X-VCS-Directories: app-crypt/jitterentropy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 84bbe005aa053fec7768b3f0e5ae27dc73ad1ee8 X-VCS-Branch: master Date: Mon, 5 Aug 2019 05:08:43 +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: 5a7f032f-512b-4743-ab12-db403cb352e8 X-Archives-Hash: 18b3062230569544429ab2cda62f96f7 commit: 84bbe005aa053fec7768b3f0e5ae27dc73ad1ee8 Author: Matt Turner gentoo org> AuthorDate: Mon Aug 5 04:58:39 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Aug 5 05:06:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84bbe005 app-crypt/jitterentropy-2.1.2: added ~ppc64 Signed-off-by: Matt Turner gentoo.org> app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild b/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild index 835fb3dc259..7b62868932e 100644 --- a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild +++ b/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/smuellerDD/jitterentropy-library/archive/v${PV}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~ppc64" IUSE="static-libs" S="${WORKDIR}/${PN}-library-${PV}"