diff options
author | 2011-05-30 14:34:22 +0000 | |
---|---|---|
committer | 2011-05-30 14:34:22 +0000 | |
commit | aa10cb1ce6c3458ea3316390c5393a8f55976ce5 (patch) | |
tree | 2391cf10f43f7e7532da4dd7e3503c1e739a79d9 /sys-fs/ntfs3g | |
parent | Create lib64 nsplugins dir on src_install (bug #369221). (diff) | |
download | gentoo-2-aa10cb1ce6c3458ea3316390c5393a8f55976ce5.tar.gz gentoo-2-aa10cb1ce6c3458ea3316390c5393a8f55976ce5.tar.bz2 gentoo-2-aa10cb1ce6c3458ea3316390c5393a8f55976ce5.zip |
RDEPEND on net-libs/gnutls (bug #366701).
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 56e9ae0fc05b..84254750eea9 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.114 2011/05/09 15:23:14 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.115 2011/05/30 14:34:22 chutzpah Exp $ + + 30 May 2011; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2011.4.12.ebuild: + RDEPEND on net-libs/gnutls (bug #366701). *ntfs3g-2011.4.12 (09 May 2011) diff --git a/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild b/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild index 779b64654ccd..b45710a42906 100644 --- a/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild @@ -1,6 +1,6 @@ # 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-2011.4.12.ebuild,v 1.1 2011/05/09 15:23:14 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.2 2011/05/30 14:34:22 chutzpah Exp $ EAPI=2 inherit linux-info @@ -18,7 +18,8 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" IUSE="acl crypt debug ntfsprogs suid xattr +udev +external-fuse" RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 ) - ntfsprogs? ( !!sys-fs/ntfsprogs )" + ntfsprogs? ( !!sys-fs/ntfsprogs ) + crypt? ( net-libs/gnutls )" DEPEND="${RDEPEND} dev-util/pkgconfig |