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 078D9138334 for ; Sat, 11 Aug 2018 18:55:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57C14E07D9; Sat, 11 Aug 2018 18:55:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 25B3AE07D0 for ; Sat, 11 Aug 2018 18:55:06 +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 23CEC335CA8 for ; Sat, 11 Aug 2018 18:55:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96EAF3B9 for ; Sat, 11 Aug 2018 18:55:01 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1534013680.0f1782b49467e37fc50cd71c65aeb0103513d254.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xxhash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xxhash/xxhash-0.6.5.ebuild X-VCS-Directories: dev-libs/xxhash/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0f1782b49467e37fc50cd71c65aeb0103513d254 X-VCS-Branch: master Date: Sat, 11 Aug 2018 18:55:01 +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-Archives-Salt: aef2ead1-1291-4c89-aeb8-2f789cd6caf8 X-Archives-Hash: 32b76cd994018cda09dd17a34ed42c90 commit: 0f1782b49467e37fc50cd71c65aeb0103513d254 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 11 18:54:40 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 11 18:54:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1782b4 dev-libs/xxhash: keyworded 0.6.5 for ia64, bug #663178 Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64" dev-libs/xxhash/xxhash-0.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/xxhash/xxhash-0.6.5.ebuild b/dev-libs/xxhash/xxhash-0.6.5.ebuild index c8e7e54b1e1..d44a7c332a6 100644 --- a/dev-libs/xxhash/xxhash-0.6.5.ebuild +++ b/dev-libs/xxhash/xxhash-0.6.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2 GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86 ~amd64-fbsd" IUSE="static-libs" DEPEND=""