diff options
Diffstat (limited to 'sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild')
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild b/sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild index 70c8c5b410bd..1cd530829b8e 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 # 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.2 2010/11/27 22:24:32 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.10.2.ebuild,v 1.3 2010/12/19 01:08:07 ssuominen Exp $ EAPI=2 inherit linux-info @@ -15,10 +15,9 @@ SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="acl debug hal suid udev +external-fuse" +IUSE="acl debug suid udev +external-fuse" -RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 ) - hal? ( sys-apps/hal )" +RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )" DEPEND="${RDEPEND} dev-util/pkgconfig sys-apps/attr" @@ -53,11 +52,6 @@ src_install() { use suid && fperms u+s "/bin/${MY_PN}" - if use hal; then - insinto /etc/hal/fdi/policy/ - newins "${FILESDIR}/10-ntfs3g.fdi.2009-r1" "10-ntfs3g.fdi" - fi - if use udev; then insinto /etc/udev/rules.d/ doins "${FILESDIR}/99-ntfs3g.rules" |