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 ECC52138334 for ; Fri, 27 Jul 2018 19:33:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14B5FE0849; Fri, 27 Jul 2018 19:33:09 +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 D8EC4E0849 for ; Fri, 27 Jul 2018 19:33:08 +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 4CEBD335C9E for ; Fri, 27 Jul 2018 19:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EA4738E for ; Fri, 27 Jul 2018 19:33: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: <1532719957.8276d222367d7d27b6626d09af889b117a7241b4.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-9999.ebuild X-VCS-Directories: sys-kernel/spl/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8276d222367d7d27b6626d09af889b117a7241b4 X-VCS-Branch: master Date: Fri, 27 Jul 2018 19:33: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-Archives-Salt: 6108a6d5-4f00-4823-8ac7-3e005b9701cb X-Archives-Hash: 7800ab7ae891d38c498e500b51a2f2de commit: 8276d222367d7d27b6626d09af889b117a7241b4 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jul 27 19:02:42 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jul 27 19:32:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8276d222 sys-kernel/spl: maximum kernel is 4.17 in master While spl was merged into zfs in master, bump it here as well. Package-Manager: Portage-2.3.43, Repoman-2.3.10 sys-kernel/spl/spl-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/spl/spl-9999.ebuild b/sys-kernel/spl/spl-9999.ebuild index 7ec7b4379ff..b39cb38557a 100644 --- a/sys-kernel/spl/spl-9999.ebuild +++ b/sys-kernel/spl/spl-9999.ebuild @@ -57,7 +57,7 @@ pkg_setup() { kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required" [ ${PV} != "9999" ] && \ - { kernel_is le 4 13 || die "Linux 4.13 is the latest supported version."; } + { kernel_is le 4 17 || die "Linux 4.17 is the latest supported version."; } check_extra_config }