diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-03-29 06:28:38 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-03-29 06:28:38 +0000 |
commit | 5e3f375a4969096db9c37f489831b7199e5b9c26 (patch) | |
tree | c1f48fb01249b38c1561476283a463fd08c1a32c /sys-fs/ntfs3g | |
parent | stable x86, bug 167919 (diff) | |
download | historical-5e3f375a4969096db9c37f489831b7199e5b9c26.tar.gz historical-5e3f375a4969096db9c37f489831b7199e5b9c26.tar.bz2 historical-5e3f375a4969096db9c37f489831b7199e5b9c26.zip |
stable x86, bug 172537
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index e0b466d553d1..4f5f9cb25e2f 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.24 2007/03/24 14:27:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.25 2007/03/29 06:28:38 opfer Exp $ + + 29 Mar 2007; Christian Faulhammer <opfer@gentoo.org> ntfs3g-1.0.ebuild: + stable x86, bug 172537 24 Mar 2007; Markus Rothe <corsair@gentoo.org> ntfs3g-1.0.ebuild: Added ~ppc64 diff --git a/sys-fs/ntfs3g/ntfs3g-1.0.ebuild b/sys-fs/ntfs3g/ntfs3g-1.0.ebuild index 8cadc780dd9b..dfdc13c9c059 100644 --- a/sys-fs/ntfs3g/ntfs3g-1.0.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-1.0.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.0.ebuild,v 1.2 2007/03/24 14:27:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.0.ebuild,v 1.3 2007/03/29 06:28:38 opfer 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 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 x86" IUSE="suid" RDEPEND=">=sys-fs/fuse-2.6.3" |