summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-06-04 22:00:52 +0000
committerTim Harder <radhermit@gentoo.org>2013-06-04 22:00:52 +0000
commit3a250fd138fb956905148233a5b83920281ec428 (patch)
tree703ae86a86cff9be3634b151c0428f6924d56b3c /sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild
parentVersion bump. (diff)
downloadgentoo-2-3a250fd138fb956905148233a5b83920281ec428.tar.gz
gentoo-2-3a250fd138fb956905148233a5b83920281ec428.tar.bz2
gentoo-2-3a250fd138fb956905148233a5b83920281ec428.zip
Drop -caps use dep from libgcrypt to fix dep tree (and libgcrypt now has capabilities disabled by default).
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild')
-rw-r--r--sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild
index 81cfcf90194b..e9aee90e4e73 100644
--- a/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild,v 1.1 2013/06/04 18:58:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild,v 1.2 2013/06/04 22:00:52 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@@ -24,7 +24,7 @@ REQUIRED_USE="^^ ( ${CRYPTO_BACKENDS//+/} )
LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)]
dev-libs/popt[static-libs(+)]
sys-apps/util-linux[static-libs(+)]
- gcrypt? ( dev-libs/libgcrypt[-caps,static-libs(+)] )
+ gcrypt? ( dev-libs/libgcrypt[static-libs(+)] )
nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] )
openssl? ( dev-libs/openssl[static-libs(+)] )
sys-fs/lvm2[static-libs(+)]