diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-06 00:21:38 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-06 00:21:38 +0000 |
commit | ba9ae4a3092b7309de59dd518afbb7b8c480a252 (patch) | |
tree | 79f7094063eca259f26018a33920dd78d65ed3e8 /app-misc/usbirboy/usbirboy-0.3.1.ebuild | |
parent | net-misc/guidedog will stay (diff) | |
download | historical-ba9ae4a3092b7309de59dd518afbb7b8c480a252.tar.gz historical-ba9ae4a3092b7309de59dd518afbb7b8c480a252.tar.bz2 historical-ba9ae4a3092b7309de59dd518afbb7b8c480a252.zip |
Linux-3.0 changes.
Package-Manager: portage-2.2.0_alpha37/cvs/Linux x86_64
Diffstat (limited to 'app-misc/usbirboy/usbirboy-0.3.1.ebuild')
-rw-r--r-- | app-misc/usbirboy/usbirboy-0.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/usbirboy/usbirboy-0.3.1.ebuild b/app-misc/usbirboy/usbirboy-0.3.1.ebuild index 020e285380a3..ea49900c43f6 100644 --- a/app-misc/usbirboy/usbirboy-0.3.1.ebuild +++ b/app-misc/usbirboy/usbirboy-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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.ebuild,v 1.1 2008/05/16 20:49:40 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.3.1.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 |