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

(-)mailutils-2.99.98.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/net-mail/mailutils/mailutils-2.99.98.ebuild,v 1.9 2014/12/28 16:37:50 titanofold Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
PYTHON_DEPEND="python? 2"
6
PYTHON_DEPEND="python? 2"
Lines 15-21 Link Here
15
LICENSE="GPL-2 LGPL-2.1"
15
LICENSE="GPL-2 LGPL-2.1"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="amd64 arm64 ~hppa ~ppc x86 ~ppc-macos ~x64-macos ~x86-macos"
17
KEYWORDS="amd64 arm64 ~hppa ~ppc x86 ~ppc-macos ~x64-macos ~x86-macos"
18
IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos ldap mysql nls pam postgres
18
IUSE="berkdb bidi +clients gdbm kyotocabinet sasl guile ipv6 kerberos ldap mysql nls pam postgres
19
python servers ssl static-libs +threads tcpd tokyocabinet"
19
python servers ssl static-libs +threads tcpd tokyocabinet"
20
20
21
# Drop the libtool dep once libltdl goes stable.
21
# Drop the libtool dep once libltdl goes stable.
Lines 32-37 Link Here
32
	gdbm? ( sys-libs/gdbm )
32
	gdbm? ( sys-libs/gdbm )
33
	guile? ( dev-scheme/guile )
33
	guile? ( dev-scheme/guile )
34
	kerberos? ( virtual/krb5 )
34
	kerberos? ( virtual/krb5 )
35
	kyotocabinet? ( dev-db/kyotocabinet )
35
	ldap? ( net-nds/openldap )
36
	ldap? ( net-nds/openldap )
36
	mysql? ( virtual/mysql )
37
	mysql? ( virtual/mysql )
37
	nls? ( sys-devel/gettext )
38
	nls? ( sys-devel/gettext )
Lines 83-88 Link Here
83
		$(use_enable static-libs static) \
84
		$(use_enable static-libs static) \
84
		$(use_enable threads pthread) \
85
		$(use_enable threads pthread) \
85
		$(use_with tokyocabinet) \
86
		$(use_with tokyocabinet) \
87
		$(use_with kyotocabinet) \
86
		$(use_enable servers build-servers) \
88
		$(use_enable servers build-servers) \
87
		$(use_enable clients build-clients) \
89
		$(use_enable clients build-clients) \
88
		--with-mail-spool=/var/spool/mail \
90
		--with-mail-spool=/var/spool/mail \

Return to bug 545362