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 78633138334 for ; Thu, 8 Aug 2019 23:57:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98679E07B3; Thu, 8 Aug 2019 23:57:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7B3BFE07B3 for ; Thu, 8 Aug 2019 23:57:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 395AE3496DE for ; Thu, 8 Aug 2019 23:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0AE72A5 for ; Thu, 8 Aug 2019 23:57:45 +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: <1565308655.c9138a3c49611cc04c603457ac4dcf4cac53f353.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: c9138a3c49611cc04c603457ac4dcf4cac53f353 X-VCS-Branch: master Date: Thu, 8 Aug 2019 23:57:45 +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: e81c2b73-8ada-41a3-97e4-f11cf5598af9 X-Archives-Hash: d526bde5a4c4326e766186acddb10275 commit: c9138a3c49611cc04c603457ac4dcf4cac53f353 Author: Matt Turner gentoo org> AuthorDate: Thu Aug 8 23:54:16 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 8 23:57:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9138a3c app-crypt/jitterentropy-2.1.2: added ~ia64, bug 691526 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 eb8f45e5023..df310480943 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 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv" IUSE="static-libs" S="${WORKDIR}/${PN}-library-${PV}"