diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-10-13 10:38:38 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-10-13 10:38:38 +0000 |
commit | 2dd8a87e180633c82709e23f723211bcfe206b5b (patch) | |
tree | 7f58572d913721157a38407e3408155feea345d9 /sys-fs | |
parent | Stable on ppc64; bug #193329 (diff) | |
download | gentoo-2-2dd8a87e180633c82709e23f723211bcfe206b5b.tar.gz gentoo-2-2dd8a87e180633c82709e23f723211bcfe206b5b.tar.bz2 gentoo-2-2dd8a87e180633c82709e23f723211bcfe206b5b.zip |
Stable on ppc64; bug #192850
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-1.810.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 089486a8b190..2546c115d22d 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.43 2007/09/18 19:03:57 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.44 2007/10/13 10:38:38 corsair Exp $ + + 13 Oct 2007; Markus Rothe <corsair@gentoo.org> ntfs3g-1.810.ebuild: + Stable on ppc64; bug #192850 18 Sep 2007; Christoph Mende <angelos@gentoo.org> ntfs3g-1.810.ebuild: Stable on amd64 wrt bug #192850 diff --git a/sys-fs/ntfs3g/ntfs3g-1.810.ebuild b/sys-fs/ntfs3g/ntfs3g-1.810.ebuild index 38748625d168..9816f0d503cc 100644 --- a/sys-fs/ntfs3g/ntfs3g-1.810.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-1.810.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.810.ebuild,v 1.3 2007/09/18 19:03:57 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.810.ebuild,v 1.4 2007/10/13 10:38:38 corsair Exp $ inherit multilib toolchain-funcs @@ -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="suid" RDEPEND=">=sys-fs/fuse-2.6.3" |