diff options
author | Markus Meier <maekke@gentoo.org> | 2009-08-02 13:29:02 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-08-02 13:29:02 +0000 |
commit | e79b427564a9ea9531aa7588af5711e249432f44 (patch) | |
tree | 04af7c1c824742a4d992328299f80e500b01c12e /sys-fs | |
parent | Can't pass --language opts to ./configure because it will _die_ on false ones... (diff) | |
download | gentoo-2-e79b427564a9ea9531aa7588af5711e249432f44.tar.gz gentoo-2-e79b427564a9ea9531aa7588af5711e249432f44.tar.bz2 gentoo-2-e79b427564a9ea9531aa7588af5711e249432f44.zip |
x86 stable, bug #272355
(Portage version: 2.2_rc33/cvs/Linux x86_64)
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 8c02a10472c9..c7ad904bbb2f 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.79 2009/07/27 17:07:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.80 2009/08/02 13:29:02 maekke Exp $ + + 02 Aug 2009; Markus Meier <maekke@gentoo.org> ntfs3g-2009.3.8.ebuild: + x86 stable, bug #272355 27 Jul 2009; nixnut <nixnut@gentoo.org> ntfs3g-2009.3.8.ebuild: ppc stable #272355 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 )" |