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 1J4ZNu-0000Hs-Qs for garchives@archives.gentoo.org; Tue, 18 Dec 2007 10:09:11 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBIA93WQ025968; Tue, 18 Dec 2007 10:09:03 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBIA925H025963 for ; Tue, 18 Dec 2007 10:09:03 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 595DA65E4A for ; Tue, 18 Dec 2007 10:09:02 +0000 (UTC) Received: from caster by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J4ZNl-0006ks-2c for gentoo-commits@lists.gentoo.org; Tue, 18 Dec 2007 10:09:01 +0000 From: "Vlastimil Babka (caster)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, caster@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: ChangeLog fuse-2.7.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog fuse-2.7.1.ebuild X-VCS-Directories: sys-fs/fuse X-VCS-Committer: caster X-VCS-Committer-Name: Vlastimil Babka Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Vlastimil Babka Date: Tue, 18 Dec 2007 10:09:01 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 2af6c8bd-e269-4177-86f3-300739451de4 X-Archives-Hash: eb260ea3dc61b8fee0a3bdbf2724d57b caster 07/12/18 10:09:01 Modified: ChangeLog fuse-2.7.1.ebuild Log: Allow the kernel module in 2.7.1 to be compiled with kernel 2.6.23 because it's supported and working. Bug #200053. (Portage version: 2.1.4_rc9) Revision Changes Path 1.110 sys-fs/fuse/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.110&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/ChangeLog?r1=1.109&r2=1.110 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ChangeLog 17 Dec 2007 22:37:21 -0000 1.109 +++ ChangeLog 18 Dec 2007 10:09:00 -0000 1.110 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/fuse # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.109 2007/12/17 22:37:21 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.110 2007/12/18 10:09:00 caster Exp $ + + 18 Dec 2007; Vlastimil Babka fuse-2.7.1.ebuild: + Allow the kernel module in 2.7.1 to be compiled with kernel 2.6.23 because + it's supported and working. Bug #200053. *fuse-2.7.2 (17 Dec 2007) 1.2 sys-fs/fuse/fuse-2.7.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild?r1=1.1&r2=1.2 Index: fuse-2.7.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fuse-2.7.1.ebuild 18 Oct 2007 16:03:21 -0000 1.1 +++ fuse-2.7.1.ebuild 18 Dec 2007 10:09:00 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild,v 1.1 2007/10/18 16:03:21 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild,v 1.2 2007/12/18 10:09:00 caster Exp $ inherit linux-mod eutils libtool @@ -16,7 +16,7 @@ pkg_setup() { if use kernel_linux ; then - if kernel_is ge 2 6 23; then + if kernel_is ge 2 6 24; then CONFIG_CHECK="FUSE_FS" FUSE_FS_ERROR="You need to build the FUSE module from the kernel source, because your kernel is too new" else -- gentoo-commits@gentoo.org mailing list