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 0B9B81382C5 for ; Sun, 1 Apr 2018 16:10:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 309D3E0C58; Sun, 1 Apr 2018 16:10:15 +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 0E6C8E0C58 for ; Sun, 1 Apr 2018 16:10:15 +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 91D02335DAC for ; Sun, 1 Apr 2018 16:10:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F02A7273 for ; Sun, 1 Apr 2018 16:10:05 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522598944.1ff2447938b29e82a792176ea0cd21e0cdb2203c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/spl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/spl/spl-0.7.7.ebuild X-VCS-Directories: sys-kernel/spl/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1ff2447938b29e82a792176ea0cd21e0cdb2203c X-VCS-Branch: master Date: Sun, 1 Apr 2018 16:10:05 +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: c3a231ce-dd90-448d-bfe1-49a9c5790164 X-Archives-Hash: 8a72e5a3677954c8ea129eb5a8e364ef commit: 1ff2447938b29e82a792176ea0cd21e0cdb2203c Author: Aaron Bauman gentoo org> AuthorDate: Sun Apr 1 15:29:07 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 1 16:09:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff24479 sys-kernel/spl: amd64 stable Bug: https://bugs.gentoo.org/651866 Package-Manager: Portage-2.3.27, Repoman-2.3.9 sys-kernel/spl/spl-0.7.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/spl/spl-0.7.7.ebuild b/sys-kernel/spl/spl-0.7.7.ebuild index d8a0446f573..871dba52938 100644 --- a/sys-kernel/spl/spl-0.7.7.ebuild +++ b/sys-kernel/spl/spl-0.7.7.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi inherit flag-o-matic linux-info linux-mod autotools-utils