summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2009-11-18 22:10:52 +0000
committerPatrick McLean <chutzpah@gentoo.org>2009-11-18 22:10:52 +0000
commite4aeb82a4a9ee4befec0594cf83fcdb4afeff7c0 (patch)
tree99b9b3309eebada30ab3e883bda8376d06c9a836 /sys-fs/ntfs3g
parentx86 stable, bug 290343 (diff)
downloadgentoo-2-e4aeb82a4a9ee4befec0594cf83fcdb4afeff7c0.tar.gz
gentoo-2-e4aeb82a4a9ee4befec0594cf83fcdb4afeff7c0.tar.bz2
gentoo-2-e4aeb82a4a9ee4befec0594cf83fcdb4afeff7c0.zip
Add DEPEND on sys-apps/attr and acl USE flag (Bug #293476).
(Portage version: 2.1.7.5/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r--sys-fs/ntfs3g/ChangeLog6
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog
index 6c02b790cd79..9312908f7a4c 100644
--- a/sys-fs/ntfs3g/ChangeLog
+++ b/sys-fs/ntfs3g/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/ntfs3g
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.86 2009/11/17 05:39:48 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.87 2009/11/18 22:10:52 chutzpah Exp $
+
+ 18 Nov 2009; Patrick McLean <chutzpah@gentoo.org>
+ ntfs3g-2009.11.14.ebuild:
+ Add DEPEND on sys-apps/attr and acl USE flag (Bug #293476).
*ntfs3g-2009.11.14 (17 Nov 2009)
diff --git a/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild b/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild
index e14e07fb72ff..244d40d96177 100644
--- a/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild,v 1.1 2009/11/17 05:39:48 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild,v 1.2 2009/11/18 22:10:52 chutzpah Exp $
EAPI=2
@@ -14,11 +14,12 @@ SRC_URI="http://www.ntfs-3g.org/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug hal suid +external-fuse"
+IUSE="acl debug hal suid +external-fuse"
RDEPEND=">=sys-fs/fuse-2.6.0
hal? ( sys-apps/hal )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ sys-apps/attr"
S="${WORKDIR}/${MY_P}"
@@ -28,6 +29,7 @@ src_configure() {
--enable-ldscript \
--disable-ldconfig \
--with-fuse=$(use external-fuse && echo external || echo internal) \
+ $(use_enable acl posix-acls) \
$(use_enable debug)
}