diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-03-10 14:49:18 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-03-10 14:49:18 +0000 |
commit | 4314cf32cb8b7ab103131b4da6dd6260f8511a63 (patch) | |
tree | 60a76bb4753868a057d34cf714f6c770f2dd27a5 /sys-fs | |
parent | Marked ppc/ppc64 stable for bug #308383. (diff) | |
download | gentoo-2-4314cf32cb8b7ab103131b4da6dd6260f8511a63.tar.gz gentoo-2-4314cf32cb8b7ab103131b4da6dd6260f8511a63.tar.bz2 gentoo-2-4314cf32cb8b7ab103131b4da6dd6260f8511a63.zip |
Marked ppc/ppc64 stable for bug #308705.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-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 b0b118bf4666..8133785377ba 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.93 2010/03/09 18:02:33 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.94 2010/03/10 14:49:18 josejx Exp $ + + 10 Mar 2010; Joseph Jezak <josejx@gentoo.org> ntfs3g-2010.1.16.ebuild: + Marked ppc/ppc64 stable for bug #308705. 09 Mar 2010; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2010.1.16.ebuild: Stabilize sys-fs/ntfs3g-2010.1.16 on amd64. diff --git a/sys-fs/ntfs3g/ntfs3g-2010.1.16.ebuild b/sys-fs/ntfs3g/ntfs3g-2010.1.16.ebuild index c9332073fb07..a39b3a61b5d0 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.2 2010/03/09 18:02:33 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.1.16.ebuild,v 1.3 2010/03/10 14:49:18 josejx 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 |