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 A31E1138334 for ; Fri, 27 Jul 2018 19:33:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D3B4E083E; Fri, 27 Jul 2018 19:33:08 +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 2F2C3E083E for ; Fri, 27 Jul 2018 19:33:07 +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 44C47335CD9 for ; Fri, 27 Jul 2018 19:33:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0756238C 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: <1532719954.49f3b46709fa2c5958ef07322c164e5dfb632989.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.9.ebuild X-VCS-Directories: sys-kernel/spl/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 49f3b46709fa2c5958ef07322c164e5dfb632989 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: 69d24fa7-c56a-41b5-9bdc-7659df020945 X-Archives-Hash: ac2b0cd623406d1458a724c142a4f663 commit: 49f3b46709fa2c5958ef07322c164e5dfb632989 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jul 27 18:59:22 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jul 27 19:32:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f3b467 sys-kernel/spl: bump 0.7.9 compat to linux 4.17 Closes: https://bugs.gentoo.org/662228 Package-Manager: Portage-2.3.43, Repoman-2.3.10 sys-kernel/spl/spl-0.7.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/spl/spl-0.7.9.ebuild b/sys-kernel/spl/spl-0.7.9.ebuild index 871dba52938..5295e9d967f 100644 --- a/sys-kernel/spl/spl-0.7.9.ebuild +++ b/sys-kernel/spl/spl-0.7.9.ebuild @@ -56,7 +56,7 @@ pkg_setup() { kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required" [ ${PV} != "9999" ] && \ - { kernel_is le 4 16 || die "Linux 4.16 is the latest supported version."; } + { kernel_is le 4 17 || die "Linux 4.17 is the latest supported version."; } check_extra_config }