diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2011-12-29 20:37:13 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2011-12-29 20:37:13 +0000 |
commit | 437cfc3e8c1283b76d766f844349c986d5a41751 (patch) | |
tree | dbee5926a08e4ae8fa88346c9329e7966ea1d826 /sys-fs | |
parent | Marked ~x64-macos, bug #396107 (diff) | |
download | gentoo-2-437cfc3e8c1283b76d766f844349c986d5a41751.tar.gz gentoo-2-437cfc3e8c1283b76d766f844349c986d5a41751.tar.bz2 gentoo-2-437cfc3e8c1283b76d766f844349c986d5a41751.zip |
Stable for ppc64; bug #378829
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index b7429b799caa..f7f45bb5eb5e 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.119 2011/08/21 13:37:02 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.120 2011/12/29 20:37:13 halcy0n Exp $ + + 29 Dec 2011; Mark Loeser <halcy0n@gentoo.org> ntfs3g-2011.4.12.ebuild: + Stable for ppc64; bug #378829 21 Aug 2011; nixnut <nixnut@gentoo.org> ntfs3g-2011.4.12.ebuild: ppc stable #378829 diff --git a/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild b/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild index 525f52076ead..14b7b663957f 100644 --- a/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild @@ -1,6 +1,6 @@ # 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-2011.4.12.ebuild,v 1.6 2011/08/21 13:37:02 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.7 2011/12/29 20:37:13 halcy0n 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 crypt debug ntfsprogs suid static-libs xattr +udev +external-fuse" RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 ) |