From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j3DD6YR9003154 for ; Wed, 13 Apr 2005 13:06:34 GMT Received: from localhost ([127.0.0.1] helo=home.wh0rd.org) by smtp.gentoo.org with esmtp (Exim 4.43) id 1DLhZY-0006Wc-GO for gentoo-dev@lists.gentoo.org; Wed, 13 Apr 2005 13:06:24 +0000 Received: (qmail 25786 invoked from network); 13 Apr 2005 09:00:00 -0400 Received: from unknown (HELO vapier) (192.168.0.2) by 192.168.0.1 with SMTP; 13 Apr 2005 09:00:00 -0400 From: Mike Frysinger Organization: wh0rd.org To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] New net-fs/openafs ebuild Date: Wed, 13 Apr 2005 09:06:42 -0400 User-Agent: KMail/1.8 References: <425CF818.5080700@ribosome.natur.cuni.cz> In-Reply-To: <425CF818.5080700@ribosome.natur.cuni.cz> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Disposition: inline Message-Id: <200504130906.42729.vapier@gentoo.org> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j3DD6YR9003154 X-Archives-Salt: c8572fbb-7f98-4774-bf86-560c68d2b02a X-Archives-Hash: 99270777a5217d1b9fce56748cecca61 On Wednesday 13 April 2005 06:44 am, Martin MOKREJŠ wrote: > I'm not sure how to block the ebuild when user is running 2.6 kernel > (uname(1)?), of when the /usr/src/linux points to 2.6 kernel ... or just to > check whether gentoo-sources or vanila-sources of 2.4 version are > installed? put this into pkg_setup(): [[ ${KV:0:3} == "2.6" ]] && die "Sorry, this package doesnt support 2.6 kernels" -mike -- gentoo-dev@gentoo.org mailing list