--- mailutils-2.99.98.ebuild 2015-04-02 15:50:32.438800245 -0600 +++ mailutils-2.99.98.ebuild 2015-04-02 15:50:38.512196992 -0600 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/mailutils-2.99.98.ebuild,v 1.9 2014/12/28 16:37:50 titanofold Exp $ +# $Header: $ EAPI=5 PYTHON_DEPEND="python? 2" @@ -15,7 +15,7 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="amd64 arm64 ~hppa ~ppc x86 ~ppc-macos ~x64-macos ~x86-macos" -IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos ldap mysql nls pam postgres +IUSE="berkdb bidi +clients gdbm kyotocabinet sasl guile ipv6 kerberos ldap mysql nls pam postgres python servers ssl static-libs +threads tcpd tokyocabinet" # Drop the libtool dep once libltdl goes stable. @@ -32,6 +32,7 @@ gdbm? ( sys-libs/gdbm ) guile? ( dev-scheme/guile ) kerberos? ( virtual/krb5 ) + kyotocabinet? ( dev-db/kyotocabinet ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) nls? ( sys-devel/gettext ) @@ -83,6 +84,7 @@ $(use_enable static-libs static) \ $(use_enable threads pthread) \ $(use_with tokyocabinet) \ + $(use_with kyotocabinet) \ $(use_enable servers build-servers) \ $(use_enable clients build-clients) \ --with-mail-spool=/var/spool/mail \