--- /usr/portage/mail-filter/opendkim/opendkim-2.10.0.ebuild 2014-12-29 09:25:20.000000000 +0100 +++ opendkim-2.10.1-r1.ebuild 2015-02-04 10:26:46.432000000 +0100 @@ -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/mail-filter/opendkim/opendkim-2.10.0.ebuild,v 1.1 2014/12/29 08:25:20 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.10.1.ebuild,v 1.1 2014/12/29 08:25:20 eras Exp $ EAPI=5 inherit autotools db-use eutils systemd user @@ -17,7 +17,7 @@ LICENSE="Sendmail-Open-Source BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="+berkdb gnutls ldap lmdb lua memcached opendbx poll sasl selinux +ssl static-libs unbound" +IUSE="+berkdb gnutls ldap lmdb lua memcached opendbx poll reputation sasl selinux +ssl static-libs unbound" DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) dev-libs/libbsd @@ -28,6 +28,7 @@ ldap? ( net-nds/openldap ) lmdb? ( dev-db/lmdb ) memcached? ( dev-libs/libmemcached ) + reputation? ( dev-libs/jansson ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) !unbound? ( net-libs/ldns ) @@ -94,6 +95,7 @@ $(use_enable static-libs static) \ $(use_with gnutls) \ $(use_with memcached libmemcached) \ + $(use_enable reputation) \ ${myconf} \ --docdir=/usr/share/doc/${PF} \ --htmldir=/usr/share/doc/${PF}/html \