diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-02-10 03:48:10 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-02-10 03:48:10 +0000 |
commit | be191a82a044a5c0c52b9d563b38ff1102e1b175 (patch) | |
tree | a1070156b4ff46f4beec3e075935a0fdf700d123 | |
parent | Marked ppc stable for bug #294889. (diff) | |
download | gentoo-2-be191a82a044a5c0c52b9d563b38ff1102e1b175.tar.gz gentoo-2-be191a82a044a5c0c52b9d563b38ff1102e1b175.tar.bz2 gentoo-2-be191a82a044a5c0c52b9d563b38ff1102e1b175.zip |
Marked ppc/ppc64 stable for bug #300126.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 746c786d15e5..838cfc1cf3f2 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.89 2010/02/07 19:40:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.90 2010/02/10 03:48:10 josejx Exp $ + + 10 Feb 2010; Joseph Jezak <josejx@gentoo.org> ntfs3g-2009.11.14.ebuild: + Marked ppc/ppc64 stable for bug #300126. 07 Feb 2010; Markus Meier <maekke@gentoo.org> ntfs3g-2009.11.14.ebuild: amd64/x86 stable, bug #300126 diff --git a/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild b/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild index 875032b598d1..0e81f8d86862 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-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.3 2010/02/07 19:40:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild,v 1.4 2010/02/10 03:48:10 josejx 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 |