summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-08-14 14:56:00 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-08-14 14:56:00 +0000
commit23a63e85db0cdc38f9c21b9a59fd2d1606a173ad (patch)
tree6ef0fc453d9476a6c7a8ab0ba6631657f0606eb3 /sys-fs
parentStable on amd64 wrt bug #378577 (diff)
downloadgentoo-2-23a63e85db0cdc38f9c21b9a59fd2d1606a173ad.tar.gz
gentoo-2-23a63e85db0cdc38f9c21b9a59fd2d1606a173ad.tar.bz2
gentoo-2-23a63e85db0cdc38f9c21b9a59fd2d1606a173ad.zip
Stable on amd64 wrt bug #378829
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ntfs3g/ChangeLog5
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog
index 4e3decc08235..134063c401ec 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.116 2011/08/11 22:49:13 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.117 2011/08/14 14:56:00 hwoarang Exp $
+
+ 14 Aug 2011; Markos Chandras <hwoarang@gentoo.org> ntfs3g-2011.4.12.ebuild:
+ Stable on amd64 wrt bug #378829
11 Aug 2011; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2011.4.12.ebuild:
Remove .la files and add static-libs USE flag.
diff --git a/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild b/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild
index aa540319a321..4701dca007cf 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.3 2011/08/11 22:49:13 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.4 2011/08/14 14:56:00 hwoarang 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 )