1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-9999.ebuild,v 1.7 2013/05/03 07:56:29 djc Exp $
7 inherit eutils autotools flag-o-matic user git-2
9 DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement"
10 EGIT_REPO_URI="git://git.gnupg.org/${PN}.git"
11 HOMEPAGE="http://gnupg.org/"
15 KEYWORDS="~amd64 ~x86"
21 >=dev-libs/libassuan-2.1
22 >=dev-libs/libgcrypt-1.5
23 >=dev-libs/libgpg-error-1.11
24 >=dev-libs/libksba-1.2.0
35 epatch "${FILESDIR}/gnupg_master_0002-Fix-building-with-GNU-Automake-1.13.patch"
41 if use localprefix; then
44 --datarootdir=/usr/local
52 --enable-maintainer-mode \
53 --enable-symcryptrun \