diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-01 13:12:58 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-01 13:12:58 +0000 |
commit | 4fa1ad2378d646e740f492d8d0592f1febf1e665 (patch) | |
tree | 2bbf5f165d2cceabfcbc98b7b9f518d4476257fa /net-misc/vpnc/vpnc-0.5.3_p527.ebuild | |
parent | Fix configFix configure for automake-1.13 wrt bug #467542 by axs (diff) | |
download | gentoo-2-4fa1ad2378d646e740f492d8d0592f1febf1e665.tar.gz gentoo-2-4fa1ad2378d646e740f492d8d0592f1febf1e665.tar.bz2 gentoo-2-4fa1ad2378d646e740f492d8d0592f1febf1e665.zip |
net-misc/vpnc: Do not allow caps support for libgcrypt, #467744
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'net-misc/vpnc/vpnc-0.5.3_p527.ebuild')
-rw-r--r-- | net-misc/vpnc/vpnc-0.5.3_p527.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/vpnc/vpnc-0.5.3_p527.ebuild b/net-misc/vpnc/vpnc-0.5.3_p527.ebuild index baec8072a0c0..81996baec518 100644 --- a/net-misc/vpnc/vpnc-0.5.3_p527.ebuild +++ b/net-misc/vpnc/vpnc-0.5.3_p527.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/net-misc/vpnc/vpnc-0.5.3_p527.ebuild,v 1.7 2013/04/13 08:28:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.3_p527.ebuild,v 1.8 2013/05/01 13:12:58 jlec Exp $ EAPI=5 @@ -19,7 +19,7 @@ REQUIRED_USE="bindist? ( gnutls )" DEPEND=" dev-lang/perl - dev-libs/libgcrypt + || ( >=dev-libs/libgcrypt-1.5.2[-caps] <dev-libs/libgcrypt-1.5.2 ) >=sys-apps/iproute2-2.6.19.20061214[-minimal] gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl )" @@ -54,7 +54,7 @@ src_install() { newconfd "${FILESDIR}/vpnc.confd" vpnc sed -e "s:/usr/local:/usr:" -i "${D}"/etc/vpnc/vpnc-script || die # COPYING file resides here, should not be installed - rm -rf "${D}"/usr/share/doc/vpnc/ || die + rm -rf "${ED}"/usr/share/doc/vpnc/ || die } pkg_postinst() { |