--- cyrus-imapd-2.3.8.ebuild.old 2007-08-07 11:20:00.479815101 +0200 +++ cyrus-imapd-2.3.8.ebuild 2007-08-07 11:20:52.157931280 +0200 @@ -16,7 +16,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~hppa ~ppc64" -IUSE="afs autocreate autosieve drac idled kerberos nntp pam snmp ssl tcpd" +IUSE="afs autocreate autosieve drac idled kerberos nntp pam replication snmp ssl tcpd" PROVIDE="virtual/imapd" RDEPEND=">=sys-libs/db-3.2 @@ -154,6 +154,7 @@ myconf="${myconf} $(use_enable kerberos gssapi) $(use_enable kerberos krb5afspts)" myconf="${myconf} $(use_enable idled)" myconf="${myconf} $(use_enable nntp nntp)" + myconf="${myconf} $(use_enable replication)" if use kerberos; then myconf="${myconf} --with-auth=krb5"