diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-07-27 12:44:39 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-07-27 12:44:39 +0000 |
commit | 7eb5b1e0de4778296108cb5d87c79b3452d84056 (patch) | |
tree | 69396a2c6e7a478b0acdd4806b13a3df7f1e8e74 /sys-fs/ntfs3g | |
parent | Marked stable on AMD64 as requested by Samuli Suominen <ssuominen@gentoo.org>... (diff) | |
download | gentoo-2-7eb5b1e0de4778296108cb5d87c79b3452d84056.tar.gz gentoo-2-7eb5b1e0de4778296108cb5d87c79b3452d84056.tar.bz2 gentoo-2-7eb5b1e0de4778296108cb5d87c79b3452d84056.zip |
Marked stable on AMD64 as requested by "JetDog" in bug #272355. Compile-tested with USE="hal -debug -suid" on a Core2 Duo.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 1e5a13292ecc..ebf04f0a4b17 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,10 @@ # 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.77 2009/03/30 17:18:08 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.78 2009/07/27 12:44:39 chainsaw Exp $ + + 27 Jul 2009; <chainsaw@gentoo.org> ntfs3g-2009.3.8.ebuild: + Marked stable on AMD64 as requested by "JetDog" in bug #272355. + Compile-tested with USE="hal -debug -suid" on a Core2 Duo. *ntfs3g-2009.3.8 (30 Mar 2009) diff --git a/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild b/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild index 4acfbbdb6ba6..da0ecbbaa8d3 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.1 2009/03/30 17:18:08 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild,v 1.2 2009/07/27 12:44:39 chainsaw 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 )" |