commit:     2b2a76fd22d1521b5fe4c079b87f2a0c82da874e
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 01:29:32 2016 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 01:30:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2a76fd

net-misc/tinc: use use_enable() to correct USE=upnp

Gentoo-Bug: 589256

Package-Manager: portage-2.3.0

 net-misc/tinc/tinc-1.1_pre14.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/tinc/tinc-1.1_pre14.ebuild 
b/net-misc/tinc/tinc-1.1_pre14.ebuild
index 0f2a9ae..96313dc 100644
--- a/net-misc/tinc/tinc-1.1_pre14.ebuild
+++ b/net-misc/tinc/tinc-1.1_pre14.ebuild
@@ -42,6 +42,7 @@ src_configure() {
        econf \
                --enable-jumbograms \
                --disable-silent-rules \
+               --enable-legacy-protocol \
                --disable-tunemu  \
                --with-systemd=/usr/$(get_libdir)/systemd/system \
                $(use_enable lzo) \
@@ -50,8 +51,8 @@ src_configure() {
                $(use_enable uml) \
                $(use_enable vde) \
                $(use_enable zlib) \
-               $(use_with ssl openssl) \
-               $(use_with upnp miniupnpc )
+               $(use_enable upnp miniupnpc) \
+               $(use_with ssl openssl)
                #--without-libgcrypt \
 }
 

Reply via email to