diff options
Diffstat (limited to 'net-misc/openvpn/openvpn-2.1_rc1.ebuild')
-rw-r--r-- | net-misc/openvpn/openvpn-2.1_rc1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/openvpn/openvpn-2.1_rc1.ebuild b/net-misc/openvpn/openvpn-2.1_rc1.ebuild index 8cf240a4b4e8..dfe888e9cea4 100644 --- a/net-misc/openvpn/openvpn-2.1_rc1.ebuild +++ b/net-misc/openvpn/openvpn-2.1_rc1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.1_rc1.ebuild,v 1.3 2006/12/30 06:36:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.1_rc1.ebuild,v 1.4 2007/01/05 09:03:15 flameeyes Exp $ -inherit eutils gnuconfig multilib +inherit eutils multilib DESCRIPTION="OpenVPN is a robust and highly flexible tunneling application compatible with many OSes." SRC_URI="http://openvpn.net/release/openvpn-${PV}.tar.gz" @@ -38,7 +38,6 @@ src_unpack() { epatch "${FILESDIR}/${PN}"-2.0.4-darwin.patch epatch "${FILESDIR}/${PN}"-2.0.7-pam.patch - gnuconfig_update } src_compile() { |