diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-09 10:14:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-09 10:14:47 +0000 |
commit | 5d281daa1a1e9e0f601f1295dbf7e574bbc307e4 (patch) | |
tree | 024c7ad5ffd7b616a56c8fb17cb337e00cb2d421 /app-crypt/truecrypt/truecrypt-7.1a.ebuild | |
parent | Remove sys-fs/device-mapper from || () syntax in favour of sys-fs/lvm2 wrt #4... (diff) | |
download | gentoo-2-5d281daa1a1e9e0f601f1295dbf7e574bbc307e4.tar.gz gentoo-2-5d281daa1a1e9e0f601f1295dbf7e574bbc307e4.tar.bz2 gentoo-2-5d281daa1a1e9e0f601f1295dbf7e574bbc307e4.zip |
Remove sys-fs/device-mapper from || () syntax in favour of sys-fs/lvm2 wrt #461382
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-crypt/truecrypt/truecrypt-7.1a.ebuild')
-rw-r--r-- | app-crypt/truecrypt/truecrypt-7.1a.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/truecrypt/truecrypt-7.1a.ebuild b/app-crypt/truecrypt/truecrypt-7.1a.ebuild index 87eca808d266..e40c51bec8a2 100644 --- a/app-crypt/truecrypt/truecrypt-7.1a.ebuild +++ b/app-crypt/truecrypt/truecrypt-7.1a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.1a.ebuild,v 1.5 2012/12/22 00:10:44 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.1a.ebuild,v 1.6 2013/04/09 10:14:47 ssuominen Exp $ EAPI="4" @@ -17,7 +17,7 @@ KEYWORDS="-* ~amd64 ~ppc ~x86" IUSE="X +asm" RESTRICT="mirror fetch bindist" -RDEPEND="|| ( >=sys-fs/lvm2-2.02.45 sys-fs/device-mapper ) +RDEPEND=">=sys-fs/lvm2-2.02.45 sys-fs/fuse x11-libs/wxGTK:2.8[X?] app-admin/sudo" |