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 963D51382C5 for ; Sun, 1 Apr 2018 16:10:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8596DE0C56; Sun, 1 Apr 2018 16:10:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5B49EE0C56 for ; Sun, 1 Apr 2018 16:10:14 +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 9D395335DB0 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 0F42B274 for ; Sun, 1 Apr 2018 16:10:06 +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: <1522598946.138d49a3545179943c24b7cbd80b5d571a517e65.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs-kmod/zfs-kmod-0.7.7.ebuild X-VCS-Directories: sys-fs/zfs-kmod/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 138d49a3545179943c24b7cbd80b5d571a517e65 X-VCS-Branch: master Date: Sun, 1 Apr 2018 16:10:06 +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: 227af8a9-ca9b-48e5-b1d1-9e05587ec096 X-Archives-Hash: d25ef663cf03375f8d0e966b81df5224 commit: 138d49a3545179943c24b7cbd80b5d571a517e65 Author: Aaron Bauman gentoo org> AuthorDate: Sun Apr 1 15:29:36 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 1 16:09:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138d49a3 sys-fs/zfs-kmod: amd64 stable Bug: https://bugs.gentoo.org/651866 Package-Manager: Portage-2.3.27, Repoman-2.3.9 sys-fs/zfs-kmod/zfs-kmod-0.7.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.7.7.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.7.7.ebuild index d71cf40662e..c8153afff87 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-0.7.7.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-0.7.7.ebuild @@ -10,7 +10,7 @@ if [ ${PV} == "9999" ]; then else SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz" S="${WORKDIR}/zfs-${PV}" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi inherit flag-o-matic linux-info linux-mod toolchain-funcs autotools-utils