From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IgxC3-0000ML-Tk for garchives@archives.gentoo.org; Sun, 14 Oct 2007 06:43:20 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9E6WOqn006615; Sun, 14 Oct 2007 06:32:24 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9E6UVFN004316 for ; Sun, 14 Oct 2007 06:30:32 GMT Received: from gentoo.org (c-67-171-150-177.hsd1.or.comcast.net [67.171.150.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2CFAB651A4; Sun, 14 Oct 2007 06:30:31 +0000 (UTC) Date: Sat, 13 Oct 2007 23:30:29 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, mabi@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-cluster/pvfs2: ChangeLog pvfs2-2.6.3-r1.ebuild Message-ID: <20071014063029.GT23990@supernova> References: 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=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: 74289b70-5255-441e-a6d5-214883b7ab86 X-Archives-Hash: 27df7b55f9b2ab42350264819c5b8e58 On 13:36 Sat 13 Oct , Matti Bickel (mabi) wrote: > 1.1 sys-cluster/pvfs2/pvfs2-2.6.3-r1.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pvfs2/pvfs2-2.6.3-r1.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pvfs2/pvfs2-2.6.3-r1.ebuild?rev=1.1&content-type=text/plain > if kernel_is 2 4; then > BUILD_TARGETS="just_kmod24" > ECONF_PARAMS="--with-kernel24=${KV_DIR}" > MODULE_NAMES="pvfs2(fs::src/kernel/linux-2.4)" Feel free to drop 2.4 support. > if kernel_is gt 2 6 20 ; then > epatch "${FILESDIR}"/${PV}-register_sysctl_table.patch > fi > > if kernel_is ge 2 6 22 ; then > epatch "${FILESDIR}"/${PV}-kmem-and-dtor-fix.patch > fi Mixing 'gt' and 'ge' is a bad idea. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list