diff options
Diffstat (limited to 'sys-fs/linux-ntfs')
-rw-r--r-- | sys-fs/linux-ntfs/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/linux-ntfs/ChangeLog b/sys-fs/linux-ntfs/ChangeLog index 7c30b47d9f0d..03c9cc8a5cc2 100644 --- a/sys-fs/linux-ntfs/ChangeLog +++ b/sys-fs/linux-ntfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/linux-ntfs -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/ChangeLog,v 1.2 2003/10/30 02:19:31 seemant Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/ChangeLog,v 1.3 2004/04/26 19:32:12 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> linux-ntfs-1.6.0.ebuild: + Add die following econf for bug 48950 29 Oct 2003; Seemant Kulleen <seemant@gentoo.org> linux-ntfs-1.6.0.ebuild: DESCRIPTION fix, closing bug #31927 by Matt Keadle <mkeadle@mkeadle.org> diff --git a/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild b/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild index c4bc152f6ce8..a8524741e6b6 100644 --- a/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild +++ b/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild,v 1.2 2003/10/30 02:19:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild,v 1.3 2004/04/26 19:32:12 agriffis Exp $ inherit eutils @@ -21,7 +21,7 @@ src_unpack() { } src_compile() { - econf + econf || die "econf failed" emake || die } |