diff options
Diffstat (limited to 'media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild')
-rw-r--r-- | media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild b/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild index dc648a8669a3..a5e2c7ad4eff 100644 --- a/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild +++ b/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.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/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild,v 1.3 2009/11/18 19:39:51 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild,v 1.4 2011/06/06 07:13:43 robbat2 Exp $ : ${EHG_REPO_URI:=${V4L_DVB_HG_REPO_URI:-http://linuxtv.org/hg/v4l-dvb}} @@ -24,7 +24,7 @@ CONFIG_CHECK="!DVB_CORE !VIDEO_DEV" pkg_setup() { linux-mod_pkg_setup - if [[ "${KV_MAJOR}.${KV_MINOR}" != "2.6" ]]; then + if ! kernel_is -ge 2 6; then ewarn "other Kernel than 2.6.x are not supported at the moment." die "unsupported Kernel (not 2.6.x)" fi |