diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-02-17 12:42:53 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-02-17 12:42:53 +0000 |
commit | dea476308a8b274ed3bd22f4c7cbf54dd83c7a27 (patch) | |
tree | 6c107ac33603985b48a13808906f22a2c0baf04f /sys-fs/ntfs3g | |
parent | Stable on amd64, bug #206091 (diff) | |
download | gentoo-2-dea476308a8b274ed3bd22f4c7cbf54dd83c7a27.tar.gz gentoo-2-dea476308a8b274ed3bd22f4c7cbf54dd83c7a27.tar.bz2 gentoo-2-dea476308a8b274ed3bd22f4c7cbf54dd83c7a27.zip |
Stable on ppc wrt bug 204850
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-1.1120.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index f9ad9a0637ae..7415965ef339 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.52 2008/02/16 09:10:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.53 2008/02/17 12:42:53 nixnut Exp $ + + 17 Feb 2008; nixnut <nixnut@gentoo.org> ntfs3g-1.1120.ebuild: + Stable on ppc wrt bug 204850 16 Feb 2008; Markus Meier <maekke@gentoo.org> ntfs3g-1.1120.ebuild: x86 stable, bug #204850 diff --git a/sys-fs/ntfs3g/ntfs3g-1.1120.ebuild b/sys-fs/ntfs3g/ntfs3g-1.1120.ebuild index 5df0f01baccf..2b586c1492a7 100644 --- a/sys-fs/ntfs3g/ntfs3g-1.1120.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-1.1120.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.1120.ebuild,v 1.2 2008/02/16 09:10:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.1120.ebuild,v 1.3 2008/02/17 12:42:53 nixnut 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="debug suid" RDEPEND=">=sys-fs/fuse-2.6.3" |