diff options
author | 2004-05-28 16:30:41 +0000 | |
---|---|---|
committer | 2004-05-28 16:30:41 +0000 | |
commit | d903f3eb42a9c0a7e860c9947e0e347b245a708c (patch) | |
tree | 1b6256c0006bc269f2be89089c724b58ff148a3d /sys-fs | |
parent | stable on ppc64 (plug small build fix) (Manifest recommit) (diff) | |
download | gentoo-2-d903f3eb42a9c0a7e860c9947e0e347b245a708c.tar.gz gentoo-2-d903f3eb42a9c0a7e860c9947e0e347b245a708c.tar.bz2 gentoo-2-d903f3eb42a9c0a7e860c9947e0e347b245a708c.zip |
Fix Typo
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lufs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/lufs/lufs-0.9.7-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/lufs/ChangeLog b/sys-fs/lufs/ChangeLog index 62f4747784c5..bbffb50d49aa 100644 --- a/sys-fs/lufs/ChangeLog +++ b/sys-fs/lufs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/lufs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/ChangeLog,v 1.9 2004/05/19 23:53:18 steel300 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/ChangeLog,v 1.10 2004/05/28 16:30:41 steel300 Exp $ + + 28 May 2004; <coxj@gentoo.org> lufs-0.9.7-r2.ebuild: + Fix Typo *lufs-0.9.7-r2 (19 May 2004) diff --git a/sys-fs/lufs/lufs-0.9.7-r2.ebuild b/sys-fs/lufs/lufs-0.9.7-r2.ebuild index 0969cbe286d4..3a01509c36ae 100644 --- a/sys-fs/lufs/lufs-0.9.7-r2.ebuild +++ b/sys-fs/lufs/lufs-0.9.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r2.ebuild,v 1.2 2004/05/28 15:41:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r2.ebuild,v 1.3 2004/05/28 16:30:41 steel300 Exp $ inherit kmod eutils @@ -36,7 +36,7 @@ src_compile() { kmod_make_linux_writable local myconf myconf="--enable-wavfs --enable-cardfs" - if use nokernelsupport; then + if use disablekernelsupport; then myconf="${myconf} --disable-kernel-support" fi if ! use lufsusermount; then |