diff options
-rw-r--r-- | net-misc/openvpn/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/openvpn/openvpn-2.1.0-r1.ebuild | 5 | ||||
-rw-r--r-- | net-misc/openvpn/openvpn-2.1.2.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/net-misc/openvpn/ChangeLog b/net-misc/openvpn/ChangeLog index 5e78e1caa625..0721026ba937 100644 --- a/net-misc/openvpn/ChangeLog +++ b/net-misc/openvpn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/openvpn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.176 2010/08/23 14:08:30 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.177 2010/08/23 15:02:10 djc Exp $ + + 23 Aug 2010; Dirkjan Ochtman <djc@gentoo.org> openvpn-2.1.0-r1.ebuild, + openvpn-2.1.2.ebuild: + Get rid of useless threads flag. *openvpn-2.1.2 (23 Aug 2010) diff --git a/net-misc/openvpn/openvpn-2.1.0-r1.ebuild b/net-misc/openvpn/openvpn-2.1.0-r1.ebuild index 198372a47486..80254447fb63 100644 --- a/net-misc/openvpn/openvpn-2.1.0-r1.ebuild +++ b/net-misc/openvpn/openvpn-2.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.1.0-r1.ebuild,v 1.4 2010/08/23 13:49:47 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.1.0-r1.ebuild,v 1.5 2010/08/23 15:02:10 djc Exp $ EAPI=2 @@ -20,7 +20,7 @@ HOMEPAGE="http://openvpn.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="eurephia examples iproute2 ipv6 minimal pam passwordsave selinux ssl static pkcs11 threads userland_BSD" +IUSE="eurephia examples iproute2 ipv6 minimal pam passwordsave selinux ssl static pkcs11 userland_BSD" DEPEND=">=dev-libs/lzo-1.07 kernel_linux? ( @@ -65,7 +65,6 @@ src_configure() { $(use_enable passwordsave password-save) \ $(use_enable ssl) \ $(use_enable ssl crypto) \ - $(use_enable threads pthread) \ $(use_enable iproute2) \ || die "configure failed" } diff --git a/net-misc/openvpn/openvpn-2.1.2.ebuild b/net-misc/openvpn/openvpn-2.1.2.ebuild index 30afc0d33131..21fc3c1eb950 100644 --- a/net-misc/openvpn/openvpn-2.1.2.ebuild +++ b/net-misc/openvpn/openvpn-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.1.2.ebuild,v 1.1 2010/08/23 14:08:30 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.1.2.ebuild,v 1.2 2010/08/23 15:02:10 djc Exp $ EAPI=2 @@ -20,7 +20,7 @@ HOMEPAGE="http://openvpn.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="eurephia examples iproute2 ipv6 minimal pam passwordsave selinux ssl static pkcs11 threads userland_BSD" +IUSE="eurephia examples iproute2 ipv6 minimal pam passwordsave selinux ssl static pkcs11 userland_BSD" DEPEND=">=dev-libs/lzo-1.07 kernel_linux? ( @@ -65,7 +65,6 @@ src_configure() { $(use_enable passwordsave password-save) \ $(use_enable ssl) \ $(use_enable ssl crypto) \ - $(use_enable threads pthread) \ $(use_enable iproute2) \ || die "configure failed" } |