summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-03-18 06:26:56 +0000
committerZac Medico <zmedico@gentoo.org>2012-03-18 06:26:56 +0000
commit114406f1e3bf1932fa2f9bae0fb4d8168344c5c8 (patch)
tree1c5802cf62dfd3634ed824b74460cf0c9e0ea3e4 /sys-fs/ntfs3g
parentRevbump and remove old. Conditionally install lua extensions. (diff)
downloadgentoo-2-114406f1e3bf1932fa2f9bae0fb4d8168344c5c8.tar.gz
gentoo-2-114406f1e3bf1932fa2f9bae0fb4d8168344c5c8.tar.bz2
gentoo-2-114406f1e3bf1932fa2f9bae0fb4d8168344c5c8.zip
Bug #408679: Move ntfsprogs blocker from DEPEND to RDEPEND, as required due to file collisions.
(Portage version: 2.2.0_alpha91/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r--sys-fs/ntfs3g/ChangeLog6
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog
index 14d1899141b0..2e1e1dc41916 100644
--- a/sys-fs/ntfs3g/ChangeLog
+++ b/sys-fs/ntfs3g/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/ntfs3g
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.123 2012/03/12 00:37:20 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.124 2012/03/18 06:26:56 zmedico Exp $
+
+ 18 Mar 2012; Zac Medico <zmedico@gentoo.org> ntfs3g-2012.1.15-r1.ebuild:
+ Bug #408679: Move ntfsprogs blocker from DEPEND to RDEPEND, as required due to
+ file collisions.
12 Mar 2012; Mike Gilbert <floppym@gentoo.org> ntfs3g-2012.1.15-r1.ebuild:
Fix fperms call.
diff --git a/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild
index c9923b28ac4d..775e22707b13 100644
--- a/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild,v 1.3 2012/03/12 00:37:20 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild,v 1.4 2012/03/18 06:26:56 zmedico Exp $
EAPI=4
inherit linux-info
@@ -18,9 +18,9 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
IUSE="acl crypt debug extras +ntfsprogs suid static-libs xattr +udev +external-fuse"
RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )
- crypt? ( net-libs/gnutls )"
+ crypt? ( net-libs/gnutls )
+ !sys-fs/ntfsprogs"
DEPEND="${RDEPEND}
- !sys-fs/ntfsprogs
dev-util/pkgconfig
sys-apps/attr"