diff options
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2010.1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 24ddae60fb87..b0b118bf4666 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.92 2010/03/09 17:57:08 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.93 2010/03/09 18:02:33 chutzpah Exp $ + + 09 Mar 2010; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2010.1.16.ebuild: + Stabilize sys-fs/ntfs3g-2010.1.16 on amd64. 09 Mar 2010; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2010.3.6.ebuild: Version bump (bug #308493), fix pulling in of sys-fs/fuse if external-fuse diff --git a/sys-fs/ntfs3g/ntfs3g-2010.1.16.ebuild b/sys-fs/ntfs3g/ntfs3g-2010.1.16.ebuild index b47f96380770..c9332073fb07 100644 --- a/sys-fs/ntfs3g/ntfs3g-2010.1.16.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2010.1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.1.16.ebuild,v 1.1 2010/01/18 19:22:17 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.1.16.ebuild,v 1.2 2010/03/09 18:02:33 chutzpah Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="acl debug hal suid +external-fuse" RDEPEND=">=sys-fs/fuse-2.6.0 |