diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-04-17 18:17:53 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-04-17 18:17:53 +0000 |
commit | a9b05a7ee28ac57a3eb1e6627b059358e3f4f42c (patch) | |
tree | cc9698d9a7f2bc841a85df2674944babe49c9351 /sys-fs/ntfs3g | |
parent | Stable on ppc wrt bug 211894 (diff) | |
download | gentoo-2-a9b05a7ee28ac57a3eb1e6627b059358e3f4f42c.tar.gz gentoo-2-a9b05a7ee28ac57a3eb1e6627b059358e3f4f42c.tar.bz2 gentoo-2-a9b05a7ee28ac57a3eb1e6627b059358e3f4f42c.zip |
Stable on ppc wrt bug 217890
(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.2310.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index a70e0d807788..706d29c07be3 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.63 2008/04/16 20:57:23 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.64 2008/04/17 18:17:53 nixnut Exp $ + + 17 Apr 2008; nixnut <nixnut@gentoo.org> ntfs3g-1.2310.ebuild: + Stable on ppc wrt bug 217890 16 Apr 2008; Patrick McLean <chutzpah@gentoo.org> ntfs3g-1.2310.ebuild: Stable on amd64 diff --git a/sys-fs/ntfs3g/ntfs3g-1.2310.ebuild b/sys-fs/ntfs3g/ntfs3g-1.2310.ebuild index 7092f04f9f38..3716221441e5 100644 --- a/sys-fs/ntfs3g/ntfs3g-1.2310.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-1.2310.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.2310.ebuild,v 1.4 2008/04/16 20:57:23 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2310.ebuild,v 1.5 2008/04/17 18:17:53 nixnut Exp $ MY_PN="${PN/3g/-3g}" MY_P="${MY_PN}-${PV}" @@ -11,7 +11,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="" |