From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-896450-garchives=archives.gentoo.org@lists.gentoo.org> 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 1668313832E for <garchives@archives.gentoo.org>; Thu, 11 Aug 2016 04:29:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5152CE0B85; Thu, 11 Aug 2016 04:29:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FA2721C09D for <gentoo-commits@lists.gentoo.org>; Thu, 11 Aug 2016 04:29:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30D5234097F for <gentoo-commits@lists.gentoo.org>; Thu, 11 Aug 2016 04:29:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95B348DE for <gentoo-commits@lists.gentoo.org>; Thu, 11 Aug 2016 04:29:06 +0000 (UTC) From: "NP Hardass" <np-hardass@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" <np-hardass@gentoo.org> Message-ID: <1470889735.b3f08f18c6f5eedc28f38a7da90b58c54ead3608.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/openafs-kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild X-VCS-Directories: net-fs/openafs-kernel/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: b3f08f18c6f5eedc28f38a7da90b58c54ead3608 X-VCS-Branch: master Date: Thu, 11 Aug 2016 04:29:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ddc586ff-9238-47b7-96e5-ede1634866f8 X-Archives-Hash: eeb611693483e30b84d898bad00bdb47 commit: b3f08f18c6f5eedc28f38a7da90b58c54ead3608 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Tue Aug 9 20:27:08 2016 +0000 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org> CommitDate: Thu Aug 11 04:28:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f08f18 net-fs/openafs-kernel: Fix kernel version warning Package-Manager: portage-2.3.0 net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild b/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild index 43b9387..82f4bf2 100644 --- a/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild +++ b/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild @@ -39,7 +39,7 @@ PATCHES=( "${WORKDIR}/gentoo/patches" ) pkg_pretend() { if use kernel_linux && kernel_is ge 4 7 ; then ewarn "Gentoo supports kernels which are supported by OpenAFS" - ewarn "which are limited to the kernel versions: < 4.5" + ewarn "which are limited to the kernel versions: < 4.7" ewarn "" ewarn "You are free to utilize epatch_user to provide whatever" ewarn "support you feel is appropriate, but will not receive"