diff options
author | 2004-07-15 03:21:24 +0000 | |
---|---|---|
committer | 2004-07-15 03:21:24 +0000 | |
commit | 133c113f81c7a63f9635f72861a66ac07282e642 (patch) | |
tree | 770af20c987125c2aefb9f5d3ca335292cf6f9eb /net-misc/openvpn/openvpn-1.5.0-r1.ebuild | |
parent | sync IUSE (+cdr), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-133c113f81c7a63f9635f72861a66ac07282e642.tar.gz gentoo-2-133c113f81c7a63f9635f72861a66ac07282e642.tar.bz2 gentoo-2-133c113f81c7a63f9635f72861a66ac07282e642.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/openvpn/openvpn-1.5.0-r1.ebuild')
-rw-r--r-- | net-misc/openvpn/openvpn-1.5.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/openvpn/openvpn-1.5.0-r1.ebuild b/net-misc/openvpn/openvpn-1.5.0-r1.ebuild index 49ba831305af..1ed57b10c9ac 100644 --- a/net-misc/openvpn/openvpn-1.5.0-r1.ebuild +++ b/net-misc/openvpn/openvpn-1.5.0-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-1.5.0-r1.ebuild,v 1.5 2004/07/09 22:07:44 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-1.5.0-r1.ebuild,v 1.6 2004/07/15 03:17:02 agriffis Exp $ IUSE="ssl pthreads" -S=${WORKDIR}/${P} DESCRIPTION="OpenVPN is a robust and highly flexible tunneling application compatible with many OSes." SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/openvpn/${P}.tar.gz" HOMEPAGE="http://openvpn.sourceforge.net/" |