diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-22 22:59:23 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-22 22:59:23 +0000 |
commit | 4eb311ca578d9c7f72883a9bc2b1ad6bb278fa4d (patch) | |
tree | 7fd143921edd10df122b6e302344a08beddeeb68 /net-misc/openvpn/openvpn-1.6.0.ebuild | |
parent | threads goes global (diff) | |
download | gentoo-2-4eb311ca578d9c7f72883a9bc2b1ad6bb278fa4d.tar.gz gentoo-2-4eb311ca578d9c7f72883a9bc2b1ad6bb278fa4d.tar.bz2 gentoo-2-4eb311ca578d9c7f72883a9bc2b1ad6bb278fa4d.zip |
pthreads -> threads
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-misc/openvpn/openvpn-1.6.0.ebuild')
-rw-r--r-- | net-misc/openvpn/openvpn-1.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/openvpn/openvpn-1.6.0.ebuild b/net-misc/openvpn/openvpn-1.6.0.ebuild index 026a7381b4cd..c4e3327c321a 100644 --- a/net-misc/openvpn/openvpn-1.6.0.ebuild +++ b/net-misc/openvpn/openvpn-1.6.0.ebuild @@ -1,10 +1,10 @@ # 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.6.0.ebuild,v 1.5 2004/12/18 11:50:03 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-1.6.0.ebuild,v 1.6 2005/01/22 22:59:23 dragonheart Exp $ inherit gnuconfig -IUSE="ssl pthreads" +IUSE="ssl threads" DESCRIPTION="OpenVPN is a robust and highly flexible tunneling application compatible with many OSes." SRC_URI="mirror://sourceforge/openvpn/${P}.tar.gz" @@ -26,7 +26,7 @@ src_compile() { econf \ `use_enable ssl` \ `use_enable ssl crypto` \ - `use_enable pthreads pthread` \ + `use_enable threads pthread` \ || die emake || die } |