diff options
author | 2007-05-09 19:10:45 +0000 | |
---|---|---|
committer | 2007-05-09 19:10:45 +0000 | |
commit | 825f92057799fa233cee2bfc81372eb8a8df4fb9 (patch) | |
tree | b85220ae841d674fd86aa34c6d5f8e4bad5e5825 /sys-fs | |
parent | Add upstream to metadata as requested (diff) | |
download | gentoo-2-825f92057799fa233cee2bfc81372eb8a8df4fb9.tar.gz gentoo-2-825f92057799fa233cee2bfc81372eb8a8df4fb9.tar.bz2 gentoo-2-825f92057799fa233cee2bfc81372eb8a8df4fb9.zip |
Keyworded ~sparc
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-1.417.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index dc190e422b13..d74c2d26a35e 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.31 2007/04/27 03:51:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.32 2007/05/09 19:10:45 gustavoz Exp $ + + 09 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> ntfs3g-1.417.ebuild: + Keyworded ~sparc 27 Apr 2007; Joseph Jezak <josejx@gentoo.org> ntfs3g-1.417.ebuild: Marked ~ppc for bug #176057. diff --git a/sys-fs/ntfs3g/ntfs3g-1.417.ebuild b/sys-fs/ntfs3g/ntfs3g-1.417.ebuild index b25e79b9283e..22d00c45bc5f 100644 --- a/sys-fs/ntfs3g/ntfs3g-1.417.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-1.417.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.417.ebuild,v 1.2 2007/04/27 03:51:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.417.ebuild,v 1.3 2007/05/09 19:10:45 gustavoz 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 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="suid" RDEPEND=">=sys-fs/fuse-2.6.3" |