diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-08-26 14:46:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-08-26 14:46:33 +0000 |
commit | 0e747e8288e8cf621ea2689dd6b29a64c9fe4f38 (patch) | |
tree | dcb3b5cae6d1518aa0d9579bb60fb3ebaf31d4a8 /sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild | |
parent | old (diff) | |
download | historical-0e747e8288e8cf621ea2689dd6b29a64c9fe4f38.tar.gz historical-0e747e8288e8cf621ea2689dd6b29a64c9fe4f38.tar.bz2 historical-0e747e8288e8cf621ea2689dd6b29a64c9fe4f38.zip |
Backport block to stabletarget
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0x4868F14D
Diffstat (limited to 'sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild')
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild index 9093cd46b6e6..5674479ab7b1 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild,v 1.3 2014/08/19 17:10:23 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild,v 1.4 2014/08/26 14:46:27 ssuominen Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -20,7 +20,8 @@ CRYPTO_BACKENDS="+gcrypt kernel nettle openssl" # and it's missing ripemd160 support so it can't provide full backward compatibility IUSE="${CRYPTO_BACKENDS} nls python reencrypt static static-libs udev urandom" REQUIRED_USE="^^ ( ${CRYPTO_BACKENDS//+/} ) - python? ( ${PYTHON_REQUIRED_USE} )" + python? ( ${PYTHON_REQUIRED_USE} ) + static? ( !gcrypt )" #496612 LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)] dev-libs/popt[static-libs(+)] |