diff options
-rw-r--r-- | net-misc/sslh/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/sslh/sslh-1.7a.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/sslh/ChangeLog b/net-misc/sslh/ChangeLog index f1184f3619a9..4a10e2a74fb9 100644 --- a/net-misc/sslh/ChangeLog +++ b/net-misc/sslh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/sslh -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sslh/ChangeLog,v 1.1 2010/03/05 17:27:47 vapier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/sslh/ChangeLog,v 1.2 2011/05/01 21:59:28 vapier Exp $ + + 01 May 2011; Mike Frysinger <vapier@gentoo.org> sslh-1.7a.ebuild: + Tweak USE=-tcpd build flag #365575 by El Goretto. *sslh-1.7a (05 Mar 2010) diff --git a/net-misc/sslh/sslh-1.7a.ebuild b/net-misc/sslh/sslh-1.7a.ebuild index e569a2b9c9a0..1608f04e2538 100644 --- a/net-misc/sslh/sslh-1.7a.ebuild +++ b/net-misc/sslh/sslh-1.7a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sslh/sslh-1.7a.ebuild,v 1.1 2010/03/05 17:27:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sslh/sslh-1.7a.ebuild,v 1.2 2011/05/01 21:59:28 vapier Exp $ EAPI="2" @@ -31,7 +31,7 @@ src_prepare() { src_compile() { emake \ CC="$(tc-getCC)" \ - USELIBWRAP=$(use tcpd && echo 1 || echo 0) \ + USELIBWRAP=$(usev tcpd) \ || die } |