diff options
Diffstat (limited to 'sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild')
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild b/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild index e1c5d12f55ca..748800dc655f 100644 --- a/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild,v 1.3 2009/07/27 17:07:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild,v 1.4 2009/08/02 13:29:02 maekke 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 ~sparc ~x86" +KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" IUSE="debug hal suid" RDEPEND="hal? ( sys-apps/hal )" |