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

(-)/usr/portage/net-mail/mailutils/mailutils-1.2.ebuild (-1 / +4 lines)
Lines 11-19 Link Here
11
SLOT="0"
11
SLOT="0"
12
12
13
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
14
IUSE="nls pam mysql postgres gdbm test"
14
IUSE="nls pam mysql postgres gdbm test bidi"
15
PROVIDE="virtual/mailx"
15
PROVIDE="virtual/mailx"
16
16
17
# See bug #261155 about fribidi version restriction.
17
RDEPEND="!virtual/mailx
18
RDEPEND="!virtual/mailx
18
	!mail-client/nmh
19
	!mail-client/nmh
19
	dev-scheme/guile
20
	dev-scheme/guile
Lines 21-26 Link Here
21
	mysql? ( virtual/mysql )
22
	mysql? ( virtual/mysql )
22
	postgres? ( virtual/postgresql-base )
23
	postgres? ( virtual/postgresql-base )
23
	nls? ( sys-devel/gettext )
24
	nls? ( sys-devel/gettext )
25
	bidi? ( <dev-libs/fribidi-0.19 )
24
	virtual/mta"
26
	virtual/mta"
25
27
26
DEPEND="${RDEPEND}
28
DEPEND="${RDEPEND}
Lines 70-75 Link Here
70
	fi
72
	fi
71
73
72
	myconf="${myconf} $(use_enable nls) $(use_enable pam) $(use_enable gdbm)"
74
	myconf="${myconf} $(use_enable nls) $(use_enable pam) $(use_enable gdbm)"
75
	myconf="${myconf} $(use_with bidi fribidi)"
73
	econf ${myconf} || die "configure failed"
76
	econf ${myconf} || die "configure failed"
74
	emake || die "compile failed"
77
	emake || die "compile failed"
75
}
78
}

Return to bug 261155