diff options
Diffstat (limited to 'sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0.ebuild')
-rw-r--r-- | sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0.ebuild b/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0.ebuild index dcdc5da055a2..41420ad7939d 100644 --- a/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0.ebuild +++ b/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0.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-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0.ebuild,v 1.3 2014/01/23 22:43:40 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0.ebuild,v 1.4 2014/06/16 14:07:54 gienah Exp $ EAPI=5 inherit linux-info @@ -28,7 +28,7 @@ pkg_pretend() { if kernel_is lt 3 13 0; then ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}." ewarn "This microcode image requires a kernel >= 3.13.0." - ewarn "For kernel versions < 3.10.13, you may install older SLOTS" + ewarn "For kernel versions < 3.13.0, you may install older SLOTS" fi } |