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 E43FA138334 for ; Wed, 20 Feb 2019 20:25:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D3C8E07BA; Wed, 20 Feb 2019 20:25:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ED189E07BA for ; Wed, 20 Feb 2019 20:25: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 12818335D5B for ; Wed, 20 Feb 2019 20:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F19F452 for ; Wed, 20 Feb 2019 20:25:04 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1550694296.ef4c9f31881170c3e1261d6314ff56e16d63dd56.gyakovlev@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.12.ebuild X-VCS-Directories: sys-kernel/spl/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ef4c9f31881170c3e1261d6314ff56e16d63dd56 X-VCS-Branch: master Date: Wed, 20 Feb 2019 20:25:04 +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: a4f68a10-929d-46db-aa92-d9943b480b7a X-Archives-Hash: 60ef5da85c3fa74c24087d4f2bb56cc8 commit: ef4c9f31881170c3e1261d6314ff56e16d63dd56 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Feb 19 20:02:17 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Feb 20 20:24:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4c9f31 sys-kernel/spl: 0.7.12 stable compatible with stable 4.19 lts sources Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> sys-kernel/spl/spl-0.7.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/spl/spl-0.7.12.ebuild b/sys-kernel/spl/spl-0.7.12.ebuild index d6e0509a0a1..308d3ea67a9 100644 --- a/sys-kernel/spl/spl-0.7.12.ebuild +++ b/sys-kernel/spl/spl-0.7.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -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