diff options
Diffstat (limited to 'net-dialup/fcpci/fcpci-0.1-r2.ebuild')
-rw-r--r-- | net-dialup/fcpci/fcpci-0.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/fcpci/fcpci-0.1-r2.ebuild b/net-dialup/fcpci/fcpci-0.1-r2.ebuild index 966dc586c6c6..1206a3dbcaa5 100644 --- a/net-dialup/fcpci/fcpci-0.1-r2.ebuild +++ b/net-dialup/fcpci/fcpci-0.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r2.ebuild,v 1.2 2010/12/19 12:42:16 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r2.ebuild,v 1.3 2011/06/06 06:25:01 robbat2 Exp $ #EAPI=2 # currently not possible because of linux-mod @@ -26,7 +26,7 @@ S="${WORKDIR}/fritz" pkg_setup() { linux-mod_pkg_setup - if ! kernel_is 2 6; then + if ! kernel_is -ge 2 6; then die "This package works only with 2.6 kernel!" fi |