diff options
author | Tuan Van <langthang@gentoo.org> | 2004-07-24 05:33:46 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2004-07-24 05:33:46 +0000 |
commit | df7bb2644d075e9e8899a6cfb726006686cc28bb (patch) | |
tree | efcfd8fe4e6f755ebb21f7fe2e5a1e72c57eb803 /net-mail/qpopper | |
parent | rename init.d scripts #57869 (Manifest recommit) (diff) | |
download | gentoo-2-df7bb2644d075e9e8899a6cfb726006686cc28bb.tar.gz gentoo-2-df7bb2644d075e9e8899a6cfb726006686cc28bb.tar.bz2 gentoo-2-df7bb2644d075e9e8899a6cfb726006686cc28bb.zip |
fixed use xinetd logic.
Diffstat (limited to 'net-mail/qpopper')
-rw-r--r-- | net-mail/qpopper/qpopper-4.0.5-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mail/qpopper/qpopper-4.0.5-r1.ebuild b/net-mail/qpopper/qpopper-4.0.5-r1.ebuild index 90dc8e5d1ae7..65f2f67bf594 100644 --- a/net-mail/qpopper/qpopper-4.0.5-r1.ebuild +++ b/net-mail/qpopper/qpopper-4.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qpopper/qpopper-4.0.5-r1.ebuild,v 1.1 2004/07/24 05:10:06 langthang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qpopper/qpopper-4.0.5-r1.ebuild,v 1.2 2004/07/24 05:33:46 langthang Exp $ IUSE="debug gdbm mailbox pam ssl xinetd" @@ -26,8 +26,9 @@ src_compile() { use pam && myconf="${myconf} --with-pam=pop3" use mailbox && myconf="${myconf} --enable-home-dir-mail=Mailbox" + use xinetd && myconf="${myconf} --disable-standalone" || \ + myconf="${myconf} --enable-standalone" myconf="${myconf} $(use_enable debug debugging)" - myconf="${myconf} $(use_enable xinetd standalone)" myconf="${myconf} $(use_with ssl openssl)" myconf="${myconf} $(use_with gdbm)" econf --enable-apop=/etc/pop.auth \ |