From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QUjJT-00038t-Rz for garchives@archives.gentoo.org; Thu, 09 Jun 2011 17:46:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EBA01C106; Thu, 9 Jun 2011 17:45:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D459A1C106 for ; Thu, 9 Jun 2011 17:45:58 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E5741B4022 for ; Thu, 9 Jun 2011 17:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 907D88003C for ; Thu, 9 Jun 2011 17:45:52 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/ati-drivers/ati-drivers-11.5-r1.ebuild X-VCS-Directories: x11-drivers/ati-drivers/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: f1076c0f9033341f171a953981af40970ac508eb Date: Thu, 9 Jun 2011 17:45:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8d87fb1371ecc0d239f9a1c32d901651 commit: f1076c0f9033341f171a953981af40970ac508eb Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Thu Jun 9 17:46:01 2011 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Thu Jun 9 17:46:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Df1076c0f x11-drivers/ati-drivers: Fix kernel check, thanks to mpagano for the poin= ter. --- x11-drivers/ati-drivers/ati-drivers-11.5-r1.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/x11-drivers/ati-drivers/ati-drivers-11.5-r1.ebuild b/x11-dri= vers/ati-drivers/ati-drivers-11.5-r1.ebuild index 7088313..b279410 100644 --- a/x11-drivers/ati-drivers/ati-drivers-11.5-r1.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-11.5-r1.ebuild @@ -127,7 +127,7 @@ QA_DT_HASH=3D" _check_kernel_config() { local failed=3D0 local error=3D"" - if ! kernel_is 2 6; then + if kernel_is -lt 2 6; then eerror "You need a 2.6 linux kernel to compile against!" die "No 2.6 Kernel found" fi