summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-04-09 10:14:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-04-09 10:14:47 +0000
commit5d281daa1a1e9e0f601f1295dbf7e574bbc307e4 (patch)
tree024c7ad5ffd7b616a56c8fb17cb337e00cb2d421 /app-crypt/truecrypt
parentRemove sys-fs/device-mapper from || () syntax in favour of sys-fs/lvm2 wrt #4... (diff)
downloadgentoo-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')
-rw-r--r--app-crypt/truecrypt/ChangeLog8
-rw-r--r--app-crypt/truecrypt/truecrypt-7.1a.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog
index 4a153278d79c..f98e897aab2e 100644
--- a/app-crypt/truecrypt/ChangeLog
+++ b/app-crypt/truecrypt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/truecrypt
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.74 2012/12/22 00:10:44 alonbl Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.75 2013/04/09 10:14:47 ssuominen Exp $
+
+ 09 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> truecrypt-7.1a.ebuild:
+ Remove sys-fs/device-mapper from || () syntax in favour of sys-fs/lvm2 wrt
+ #461382
22 Dec 2012; Alon Bar-Lev <alonbl@gentoo.org> metadata.xml,
truecrypt-7.1a.ebuild:
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"