diff options
author | 2010-02-07 19:40:43 +0000 | |
---|---|---|
committer | 2010-02-07 19:40:43 +0000 | |
commit | b4e935fd8b844dafbdc05c831b6f6af3f146326a (patch) | |
tree | ed99c96c1499cae89acbb520feb850333c64727e /sys-fs | |
parent | alpha/arm/ia64/s390/sh/sparc stable wrt #300248 (diff) | |
download | gentoo-2-b4e935fd8b844dafbdc05c831b6f6af3f146326a.tar.gz gentoo-2-b4e935fd8b844dafbdc05c831b6f6af3f146326a.tar.bz2 gentoo-2-b4e935fd8b844dafbdc05c831b6f6af3f146326a.zip |
amd64/x86 stable, bug #300126
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 60f923dc8397..746c786d15e5 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.88 2010/01/18 19:22:17 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.89 2010/02/07 19:40:43 maekke Exp $ + + 07 Feb 2010; Markus Meier <maekke@gentoo.org> ntfs3g-2009.11.14.ebuild: + amd64/x86 stable, bug #300126 *ntfs3g-2010.1.16 (18 Jan 2010) diff --git a/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild b/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild index 244d40d96177..875032b598d1 100644 --- a/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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-2009.11.14.ebuild,v 1.2 2009/11/18 22:10:52 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild,v 1.3 2010/02/07 19:40:43 maekke Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="http://www.ntfs-3g.org/${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 |