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

(-)/usr/portage/mail-filter/maildrop/maildrop-2.5.5.ebuild (-1 / +2 lines)
Lines 15-21 Link Here
15
LICENSE="GPL-3"
15
LICENSE="GPL-3"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
18
IUSE="berkdb debug fam gdbm ldap mysql postgres static-libs authlib +tools"
18
IUSE="berkdb debug fam gdbm ldap mysql postgres static-libs authlib +tools trashquota"
19
19
20
CDEPEND="!mail-mta/courier
20
CDEPEND="!mail-mta/courier
21
	net-mail/mailbase
21
	net-mail/mailbase
Lines 89-94 Link Here
89
	# Default mailbox is $HOME/.maildir for Gentoo
89
	# Default mailbox is $HOME/.maildir for Gentoo
90
	maildrop_cv_SYS_INSTALL_MBOXDIR="./.maildir" econf \
90
	maildrop_cv_SYS_INSTALL_MBOXDIR="./.maildir" econf \
91
		$(use_enable fam) \
91
		$(use_enable fam) \
92
		$(use_with trashquota) \
92
		--disable-dependency-tracker \
93
		--disable-dependency-tracker \
93
		--with-devel \
94
		--with-devel \
94
		--disable-tempdir \
95
		--disable-tempdir \

Return to bug 409201