diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-07-27 17:07:24 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-07-27 17:07:24 +0000 |
commit | 274c7d94f8ff38f306e2cf6c7819a6a2fff802ca (patch) | |
tree | 406b9daab89bfcd4473b5b0a499d59c07e6facf9 /sys-fs | |
parent | ppc stable #278623 (diff) | |
download | gentoo-2-274c7d94f8ff38f306e2cf6c7819a6a2fff802ca.tar.gz gentoo-2-274c7d94f8ff38f306e2cf6c7819a6a2fff802ca.tar.bz2 gentoo-2-274c7d94f8ff38f306e2cf6c7819a6a2fff802ca.zip |
ppc stable #272355
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index ebf04f0a4b17..8c02a10472c9 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.78 2009/07/27 12:44:39 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.79 2009/07/27 17:07:24 nixnut Exp $ + + 27 Jul 2009; nixnut <nixnut@gentoo.org> ntfs3g-2009.3.8.ebuild: + ppc stable #272355 27 Jul 2009; <chainsaw@gentoo.org> ntfs3g-2009.3.8.ebuild: Marked stable on AMD64 as requested by "JetDog" in bug #272355. diff --git a/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild b/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild index da0ecbbaa8d3..e1c5d12f55ca 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.2 2009/07/27 12:44:39 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild,v 1.3 2009/07/27 17:07:24 nixnut 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 )" |