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

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- dbmail-3.2.3.ebuild.ori     2016-07-12 12:58:26.418473807 +0200
0
++ dbmail-3.2.3.ebuild 2016-07-12 12:59:23.878416554 +0200
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~x86"
14
KEYWORDS="~amd64 ~x86"
15
IUSE="ldap sieve +sqlite ssl static"
15
IUSE="ldap sieve +sqlite ssl static systemd"
16
DEPEND="dev-db/libzdb
16
DEPEND="dev-db/libzdb
17
       sieve? ( >=mail-filter/libsieve-2.2.1 )
17
       sieve? ( >=mail-filter/libsieve-2.2.1 )
Lines 39-44 Link Here
39
       econf \
39
       econf \
40
               --sysconfdir=/etc/dbmail \
40
               --sysconfdir=/etc/dbmail \
41
               $(use_enable systemd) \
41
               $(use_enable static) \
42
               $(use_enable static) \
42
               $(use_with sieve) \
43
               $(use_with sieve) \
43
               ${myconf}
44
               ${myconf}

Return to bug 588690