diff options
author | Richard Yao <ryao@gentoo.org> | 2014-08-07 18:23:45 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2014-08-07 18:23:45 +0000 |
commit | ab3597ec50a57b9d6cfd68fdec063b3fb01d72b0 (patch) | |
tree | 11f6674e2b717559a7d46841629a35f3f199de4f /sys-fs/zfs-kmod | |
parent | No code changes are needed to support Linux 3.16. I modifying the ebuild to a... (diff) | |
download | gentoo-2-ab3597ec50a57b9d6cfd68fdec063b3fb01d72b0.tar.gz gentoo-2-ab3597ec50a57b9d6cfd68fdec063b3fb01d72b0.tar.bz2 gentoo-2-ab3597ec50a57b9d6cfd68fdec063b3fb01d72b0.zip |
No code changes are needed to support Linux 3.16. I modifying the ebuild to add support now that I am satisfied with the results of my testing.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Diffstat (limited to 'sys-fs/zfs-kmod')
-rw-r--r-- | sys-fs/zfs-kmod/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/zfs-kmod/ChangeLog b/sys-fs/zfs-kmod/ChangeLog index 0c40ea559ac1..9448b255a34a 100644 --- a/sys-fs/zfs-kmod/ChangeLog +++ b/sys-fs/zfs-kmod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/zfs-kmod # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.50 2014/07/09 01:29:39 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.51 2014/08/07 18:23:45 ryao Exp $ + + 07 Aug 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-0.6.3.ebuild: + No code changes are needed to support Linux 3.16. I modifying the ebuild to + add support now that I am satisfied with the results of my testing. 09 Jul 2014; Matthew Thode <prometheanfire@gentoo.org> zfs-kmod-9999.ebuild: swiching to https for git ebuild diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild index 0093628a4002..cce3053a4795 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild,v 1.1 2014/06/13 01:21:17 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild,v 1.2 2014/08/07 18:23:45 ryao Exp $ EAPI="4" @@ -66,7 +66,7 @@ pkg_setup() { kernel_is ge 2 6 26 || die "Linux 2.6.26 or newer required" [ ${PV} != "9999" ] && \ - { kernel_is le 3 15 || die "Linux 3.15 is the latest supported version."; } + { kernel_is le 3 16 || die "Linux 3.16 is the latest supported version."; } check_extra_config } |