--- conserver-8.0.1.ebuild.orig 2003-10-03 17:21:12.000000000 -0400 +++ conserver-8.0.1.ebuild 2003-10-03 17:20:50.000000000 -0400 @@ -1,3 +1,4 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -7,17 +8,19 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" -IUSE="pam ssl" -DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) - pam? ( sys-libs/pam )" +IUSE="pam ssl tcpd" +DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) + pam? ( sys-libs/pam ) + tcpd? ( sys-apps/tcp-wrappers )" src_compile() { econf \ $(use_with ssl openssl) \ $(use_with pam) \ - --with-logfile=/var/consoles/conserver.log \ + $(use_with tcpd libwrap) \ + --with-logfile=/var/log/conserver.log \ --with-pidfile=/var/run/conserver.pid \ --with-cffile=conserver/conserver.cf \ --with-pwdfile=conserver/conserver.passwd \