diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-16 17:51:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-16 17:51:58 +0000 |
commit | f295cdc507a7fd41730956082f171f22239a7097 (patch) | |
tree | 6ff553516b6f0585b0721c4aee318ad4e0387d5a /sys-fs | |
parent | Drop ruby19 to create a stable candidate. (diff) | |
download | gentoo-2-f295cdc507a7fd41730956082f171f22239a7097.tar.gz gentoo-2-f295cdc507a7fd41730956082f171f22239a7097.tar.bz2 gentoo-2-f295cdc507a7fd41730956082f171f22239a7097.zip |
Block older util-linux than 2.19 to ensure mount has the capability of finding helpers from /usr wrt #412129 by Jacek Trubłajewicz
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 5a8c086771fa..0f2388d95088 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,11 @@ # 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.132 2012/04/14 04:25:44 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.133 2012/04/16 17:51:58 ssuominen Exp $ + + 16 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + ntfs3g-2012.1.15-r1.ebuild: + Block older util-linux than 2.19 to ensure mount has the capability of + finding helpers from /usr wrt #412129 by Jacek Trubłajewicz 14 Apr 2012; Zac Medico <zmedico@gentoo.org> ntfs3g-2012.1.15-r1.ebuild: Fix for prefix and add ~amd64-linux and ~x86-linux keywords. diff --git a/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild index 7a9fae309049..4ab7b3d9cbec 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.10 2012/04/14 04:25:44 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild,v 1.11 2012/04/16 17:51:58 ssuominen Exp $ EAPI=4 inherit linux-info @@ -17,7 +17,8 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="acl crypt debug +external-fuse extras +ntfsprogs static-libs suid +udev xattr" -RDEPEND="!sys-fs/ntfsprogs +RDEPEND="!<sys-apps/util-linux-2.19 + !sys-fs/ntfsprogs crypt? ( >=dev-libs/libgcrypt-1.2.2 >=net-libs/gnutls-1.4.4 |