diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2011-01-04 16:40:26 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2011-01-04 16:40:26 +0000 |
commit | 86aac44ee5bd19ef476c5842f05660b52b475c9b (patch) | |
tree | 571d9445535ea15790d33835427ad27563a7fe14 /sys-fs | |
parent | Sign Manfiest (diff) | |
download | gentoo-2-86aac44ee5bd19ef476c5842f05660b52b475c9b.tar.gz gentoo-2-86aac44ee5bd19ef476c5842f05660b52b475c9b.tar.bz2 gentoo-2-86aac44ee5bd19ef476c5842f05660b52b475c9b.zip |
Enable udev USE flag by default (bug #346461)
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index b6454c5488c3..986e5f76b395 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.109 2010/12/19 01:08:07 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.110 2011/01/04 16:40:26 chutzpah Exp $ + + 04 Jan 2011; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2010.10.2.ebuild: + Enable udev USE flag by default (bug #346461) 19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> -files/10-ntfs3g.fdi.2009-r1, ntfs3g-2010.3.6.ebuild, ntfs3g-2010.8.8.ebuild, diff --git a/sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild b/sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild index 1cd530829b8e..772a7cad0734 100644 --- a/sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild,v 1.3 2010/12/19 01:08:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild,v 1.4 2011/01/04 16:40:26 chutzpah Exp $ EAPI=2 inherit linux-info @@ -15,7 +15,7 @@ SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="acl debug suid udev +external-fuse" +IUSE="acl debug suid +udev +external-fuse" RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )" DEPEND="${RDEPEND} |