summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-03-24 11:11:47 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-03-24 11:11:47 +0000
commitfa3fdfa9afb15950c2471c99bcb38dc9768e9fd4 (patch)
tree1f60c2b8bb62a1759ce93056482f40e415ee8d6f /sys-fs
parentCreate nofiles group, bug #388565 by Michael Orlitzky. (diff)
downloadgentoo-2-fa3fdfa9afb15950c2471c99bcb38dc9768e9fd4.tar.gz
gentoo-2-fa3fdfa9afb15950c2471c99bcb38dc9768e9fd4.tar.bz2
gentoo-2-fa3fdfa9afb15950c2471c99bcb38dc9768e9fd4.zip
Stable for amd64, wrt bug #409273
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ntfs3g/ChangeLog5
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog
index c45c931c6ad3..045c9291580f 100644
--- a/sys-fs/ntfs3g/ChangeLog
+++ b/sys-fs/ntfs3g/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/ntfs3g
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.125 2012/03/22 07:38:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.126 2012/03/24 11:11:47 ago Exp $
+
+ 24 Mar 2012; Agostino Sarubbo <ago@gentoo.org> ntfs3g-2012.1.15-r1.ebuild:
+ Stable for amd64, wrt bug #409273
22 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> metadata.xml:
Maintained now by chutzpah@, me, and base-system@ (in this order)
diff --git a/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild
index 775e22707b13..b8ca9e839a1d 100644
--- a/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild,v 1.4 2012/03/18 06:26:56 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild,v 1.5 2012/03/24 11:11:47 ago Exp $
EAPI=4
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 extras +ntfsprogs suid static-libs xattr +udev +external-fuse"
RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )