diff options
author | Brent Baude <ranger@gentoo.org> | 2011-01-10 18:45:12 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-01-10 18:45:12 +0000 |
commit | ccadcad4bcbd327b05d886622490ad80323a7af2 (patch) | |
tree | ffe928f650258b0bffbfaee58571fe11773e5b48 /sys-fs | |
parent | Call python_mod_optimize() and python_mod_cleanup() (bug #329479). (diff) | |
download | gentoo-2-ccadcad4bcbd327b05d886622490ad80323a7af2.tar.gz gentoo-2-ccadcad4bcbd327b05d886622490ad80323a7af2.tar.bz2 gentoo-2-ccadcad4bcbd327b05d886622490ad80323a7af2.zip |
stable ppc, bug 346097
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 986e5f76b395..4e94985a85bc 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.110 2011/01/04 16:40:26 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.111 2011/01/10 18:45:12 ranger Exp $ + + 10 Jan 2011; Brent Baude <ranger@gentoo.org> ntfs3g-2010.8.8.ebuild: + stable ppc, bug 346097 04 Jan 2011; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2010.10.2.ebuild: Enable udev USE flag by default (bug #346461) diff --git a/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild b/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild index 98b5fb20aaea..99cda8293fe0 100644 --- a/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild,v 1.7 2010/12/19 01:08:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild,v 1.8 2011/01/10 18:45:12 ranger Exp $ EAPI=2 inherit linux-info @@ -14,7 +14,7 @@ SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ppc ~ppc64 ~sparc x86" IUSE="acl debug suid udev +external-fuse" RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )" |