summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2007-03-24 14:27:13 +0000
committerMarkus Rothe <corsair@gentoo.org>2007-03-24 14:27:13 +0000
commitd0aef8b22b0f0766ed7c55d3ae5ce08ded6e9784 (patch)
tree67bb4630a7a9170f9025b937718ec1273d0e3946 /sys-fs
parentAdd missing IUSE (diff)
downloadgentoo-2-d0aef8b22b0f0766ed7c55d3ae5ce08ded6e9784.tar.gz
gentoo-2-d0aef8b22b0f0766ed7c55d3ae5ce08ded6e9784.tar.bz2
gentoo-2-d0aef8b22b0f0766ed7c55d3ae5ce08ded6e9784.zip
Added ~ppc64
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ntfs3g/ChangeLog5
-rw-r--r--sys-fs/ntfs3g/ntfs3g-1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog
index 127290d7e34a..e0b466d553d1 100644
--- a/sys-fs/ntfs3g/ChangeLog
+++ b/sys-fs/ntfs3g/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/ntfs3g
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.23 2007/02/21 16:37:04 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.24 2007/03/24 14:27:13 corsair Exp $
+
+ 24 Mar 2007; Markus Rothe <corsair@gentoo.org> ntfs3g-1.0.ebuild:
+ Added ~ppc64
*ntfs3g-1.0 (21 Feb 2007)
diff --git a/sys-fs/ntfs3g/ntfs3g-1.0.ebuild b/sys-fs/ntfs3g/ntfs3g-1.0.ebuild
index 2001d41178fe..8cadc780dd9b 100644
--- a/sys-fs/ntfs3g/ntfs3g-1.0.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.0.ebuild,v 1.1 2007/02/21 16:37:04 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.0.ebuild,v 1.2 2007/03/24 14:27:13 corsair Exp $
MY_PN="${PN/3g/-3g}"
MY_P="${MY_PN}-${PV}"
@@ -11,7 +11,7 @@ SRC_URI="http://www.ntfs-3g.org/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="suid"
RDEPEND=">=sys-fs/fuse-2.6.3"