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 89FAB138334 for ; Mon, 29 Apr 2019 14:24:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CB1CE091D; Mon, 29 Apr 2019 14:24:53 +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 4499AE091D for ; Mon, 29 Apr 2019 14:24:53 +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 4EE0C342EFD for ; Mon, 29 Apr 2019 14:24:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCEB75DC for ; Mon, 29 Apr 2019 14:24:48 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1556547787.8c499b8027414c2158552272ae021cc460e5511d.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crc32c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/crc32c/crc32c-1.0.6.ebuild X-VCS-Directories: dev-libs/crc32c/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 8c499b8027414c2158552272ae021cc460e5511d X-VCS-Branch: master Date: Mon, 29 Apr 2019 14:24:48 +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: 433674a7-dda2-4eab-bae0-dc2566f3b31d X-Archives-Hash: ac138037d88de7bf9297c7424ab567ac commit: 8c499b8027414c2158552272ae021cc460e5511d Author: Jason Zaman gentoo org> AuthorDate: Mon Apr 29 13:59:54 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Apr 29 14:23:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c499b80 dev-libs/crc32c: stable Signed-off-by: Jason Zaman gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-libs/crc32c/crc32c-1.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/crc32c/crc32c-1.0.6.ebuild b/dev-libs/crc32c/crc32c-1.0.6.ebuild index dd3651dd58d..9b78af3cda5 100644 --- a/dev-libs/crc32c/crc32c-1.0.6.ebuild +++ b/dev-libs/crc32c/crc32c-1.0.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/crc32c/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DOCS=( README.md )