diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2010-05-21 01:57:15 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2010-05-21 01:57:15 +0000 |
commit | 88e7c6cc1ab124a9555180edc3572bd7b56b9a96 (patch) | |
tree | ad2936f1813ea2b1a4bcb789ec9fef9109791010 /sys-fs | |
parent | Add dep on v4l2-ctl (diff) | |
download | gentoo-2-88e7c6cc1ab124a9555180edc3572bd7b56b9a96.tar.gz gentoo-2-88e7c6cc1ab124a9555180edc3572bd7b56b9a96.tar.bz2 gentoo-2-88e7c6cc1ab124a9555180edc3572bd7b56b9a96.zip |
Update FUSE dep to 2.8.0 (bug #320579).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2010.5.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 0f9ef6e31b8f..da6251ffcc8f 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.97 2010/05/18 14:21:57 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.98 2010/05/21 01:57:15 chutzpah Exp $ + + 21 May 2010; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2010.5.16.ebuild: + Update FUSE dep to 2.8.0 (bug #320579). *ntfs3g-2010.5.16 (18 May 2010) diff --git a/sys-fs/ntfs3g/ntfs3g-2010.5.16.ebuild b/sys-fs/ntfs3g/ntfs3g-2010.5.16.ebuild index ab58153a64bd..b51eca15ad26 100644 --- a/sys-fs/ntfs3g/ntfs3g-2010.5.16.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2010.5.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.5.16.ebuild,v 1.1 2010/05/18 14:21:57 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.5.16.ebuild,v 1.2 2010/05/21 01:57:15 chutzpah Exp $ EAPI=2 inherit linux-info @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="acl debug hal suid udev +external-fuse" -RDEPEND="external-fuse? ( >=sys-fs/fuse-2.6.0 ) +RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 ) hal? ( sys-apps/hal )" DEPEND="${RDEPEND} sys-apps/attr" |