Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 538772
Collapse All | Expand All

(-)/usr/portage/mail-filter/opendkim/opendkim-2.10.0.ebuild (-2 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.10.0.ebuild,v 1.1 2014/12/29 08:25:20 eras Exp $
3
# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.10.1.ebuild,v 1.1 2014/12/29 08:25:20 eras Exp $
4
4
5
EAPI=5
5
EAPI=5
6
inherit autotools db-use eutils systemd user
6
inherit autotools db-use eutils systemd user
Lines 17-23 Link Here
17
LICENSE="Sendmail-Open-Source BSD"
17
LICENSE="Sendmail-Open-Source BSD"
18
SLOT="0"
18
SLOT="0"
19
KEYWORDS="~amd64 ~arm ~x86"
19
KEYWORDS="~amd64 ~arm ~x86"
20
IUSE="+berkdb gnutls ldap lmdb lua memcached opendbx poll sasl selinux +ssl static-libs unbound"
20
IUSE="+berkdb gnutls ldap lmdb lua memcached opendbx poll reputation sasl selinux +ssl static-libs unbound"
21
21
22
DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
22
DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
23
	dev-libs/libbsd
23
	dev-libs/libbsd
Lines 28-33 Link Here
28
	ldap? ( net-nds/openldap )
28
	ldap? ( net-nds/openldap )
29
	lmdb? ( dev-db/lmdb )
29
	lmdb? ( dev-db/lmdb )
30
	memcached? ( dev-libs/libmemcached )
30
	memcached? ( dev-libs/libmemcached )
31
	reputation? ( dev-libs/jansson )
31
	sasl? ( dev-libs/cyrus-sasl )
32
	sasl? ( dev-libs/cyrus-sasl )
32
	unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root )
33
	unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root )
33
	!unbound? ( net-libs/ldns )
34
	!unbound? ( net-libs/ldns )
Lines 94-99 Link Here
94
		$(use_enable static-libs static) \
95
		$(use_enable static-libs static) \
95
		$(use_with gnutls) \
96
		$(use_with gnutls) \
96
		$(use_with memcached libmemcached) \
97
		$(use_with memcached libmemcached) \
98
		$(use_enable reputation) \
97
		${myconf} \
99
		${myconf} \
98
		--docdir=/usr/share/doc/${PF} \
100
		--docdir=/usr/share/doc/${PF} \
99
		--htmldir=/usr/share/doc/${PF}/html \
101
		--htmldir=/usr/share/doc/${PF}/html \

Return to bug 538772