summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-06-06 00:21:38 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-06-06 00:21:38 +0000
commit097621c3323fc9d47036cb251c8cbe8c8fccc37d (patch)
treecc6c4597aff09cccacc534a28d4f66c3169ac889 /app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild
parentnet-misc/guidedog will stay (diff)
downloadgentoo-2-097621c3323fc9d47036cb251c8cbe8c8fccc37d.tar.gz
gentoo-2-097621c3323fc9d47036cb251c8cbe8c8fccc37d.tar.bz2
gentoo-2-097621c3323fc9d47036cb251c8cbe8c8fccc37d.zip
Linux-3.0 changes.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild')
-rw-r--r--app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild b/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild
index c2e2484e42b1..9e4303f177dd 100644
--- a/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild
+++ b/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild,v 1.1 2009/10/23 08:13:49 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild,v 1.2 2011/06/06 00:21:38 robbat2 Exp $
inherit linux-mod eutils
@@ -21,7 +21,7 @@ S="${WORKDIR}/${P}/usbirboykmod"
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