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

(-)file_not_specified_in_diff (-4 / +7 lines)
Line  Link Here
0
-- mpop-1.2.2.ebuild
0
++ mpop-1.2.4.ebuild
Lines 2-8 Link Here
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
# $Id$
3
# $Id$
4
4
5
EAPI=5
5
EAPI=6
6
6
7
DESCRIPTION="A small, fast, and portable POP3 client"
7
DESCRIPTION="A small, fast, and portable POP3 client"
8
HOMEPAGE="http://mpop.sourceforge.net/"
8
HOMEPAGE="http://mpop.sourceforge.net/"
Lines 11-17 Link Here
11
LICENSE="GPL-3"
11
LICENSE="GPL-3"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64 ~arm ~x86"
13
KEYWORDS="~amd64 ~arm ~x86"
14
IUSE="gnutls idn libsecret nls sasl ssl vim-syntax"
14
IUSE="gnutls idn libressl libsecret nls sasl ssl vim-syntax"
15
15
16
RDEPEND="
16
RDEPEND="
17
	idn? ( net-dns/libidn )
17
	idn? ( net-dns/libidn )
Lines 20-26 Link Here
20
	sasl? ( virtual/gsasl )
20
	sasl? ( virtual/gsasl )
21
	ssl? (
21
	ssl? (
22
		gnutls? ( net-libs/gnutls )
22
		gnutls? ( net-libs/gnutls )
23
		!gnutls? ( dev-libs/openssl )
23
		!gnutls? (
24
			!libressl? ( dev-libs/openssl:0= )
25
			libressl? ( dev-libs/libressl:0= )
26
		)
24
	)"
27
	)"
25
DEPEND="${RDEPEND}
28
DEPEND="${RDEPEND}
26
	nls? ( sys-devel/gettext )
29
	nls? ( sys-devel/gettext )

Return to bug 581560