diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-09-18 08:41:27 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-09-18 08:41:27 +0000 |
commit | e7825a2aeb03b5921b95c6261ee5393b5c7dd106 (patch) | |
tree | 395370bbde265723bcecee5329afe71f2b15b475 /sys-fs/ntfs3g | |
parent | QA improvement (diff) | |
download | gentoo-2-e7825a2aeb03b5921b95c6261ee5393b5c7dd106.tar.gz gentoo-2-e7825a2aeb03b5921b95c6261ee5393b5c7dd106.tar.bz2 gentoo-2-e7825a2aeb03b5921b95c6261ee5393b5c7dd106.zip |
sys-fs/ntfs3g-1.810: x86 stable (bug #192850)
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-1.810.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 93e206afaad8..fc79080aa329 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.41 2007/09/18 03:39:22 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.42 2007/09/18 08:41:27 jurek Exp $ + + 18 Sep 2007; Jurek Bartuszek <jurek@gentoo.org> ntfs3g-1.810.ebuild: + x86 stable (bug #192850) *ntfs3g-1.913 (18 Sep 2007) diff --git a/sys-fs/ntfs3g/ntfs3g-1.810.ebuild b/sys-fs/ntfs3g/ntfs3g-1.810.ebuild index 8f5fd392c67f..43359e80e3c0 100644 --- a/sys-fs/ntfs3g/ntfs3g-1.810.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-1.810.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.810.ebuild,v 1.1 2007/08/10 14:49:55 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.810.ebuild,v 1.2 2007/09/18 08:41:27 jurek Exp $ inherit multilib toolchain-funcs @@ -13,7 +13,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="suid" RDEPEND=">=sys-fs/fuse-2.6.3" |