diff options
author | Brent Baude <ranger@gentoo.org> | 2008-02-24 17:46:42 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-02-24 17:46:42 +0000 |
commit | 65705f8b6ed6ad8396937ca157fd93153b199674 (patch) | |
tree | a28356b259d080a1ee993e83470b8cb815920414 /sys-fs | |
parent | Marking noweb-2.9-r6 ppc64 for bug 209465 (diff) | |
download | gentoo-2-65705f8b6ed6ad8396937ca157fd93153b199674.tar.gz gentoo-2-65705f8b6ed6ad8396937ca157fd93153b199674.tar.bz2 gentoo-2-65705f8b6ed6ad8396937ca157fd93153b199674.zip |
stable ppc64, bug 204850
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-fs')
-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 7b07d0fcd2d5..6d89e1f3b8e3 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.56 2008/02/20 19:33:18 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.57 2008/02/24 17:46:42 ranger Exp $ + + 24 Feb 2008; Brent Baude <ranger@gentoo.org> ntfs3g-1.1120.ebuild: + stable ppc64, bug 204850 20 Feb 2008; nixnut <nixnut@gentoo.org> ntfs3g-1.2216.ebuild: Added ~ppc diff --git a/sys-fs/ntfs3g/ntfs3g-1.1120.ebuild b/sys-fs/ntfs3g/ntfs3g-1.1120.ebuild index 2b586c1492a7..1db67811b675 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.3 2008/02/17 12:42:53 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.1120.ebuild,v 1.4 2008/02/24 17:46:42 ranger 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" |