Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 820038 | Differences between
and this patch

Collapse All | Expand All

(-)a/mail-client/neomutt/neomutt-99999999.ebuild (-6 / +4 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
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
3
4
EAPI=7
4
EAPI=8
5
5
6
inherit toolchain-funcs
6
inherit toolchain-funcs
7
7
Lines 22-34 HOMEPAGE="https://neomutt.org/" Link Here
22
LICENSE="GPL-2"
22
LICENSE="GPL-2"
23
SLOT="0"
23
SLOT="0"
24
IUSE="autocrypt berkdb doc gdbm gnutls gpgme idn kerberos kyotocabinet
24
IUSE="autocrypt berkdb doc gdbm gnutls gpgme idn kerberos kyotocabinet
25
	lmdb lz4 nls notmuch pgp-classic qdbm sasl selinux slang smime-classic
25
	lmdb lz4 nls notmuch pgp-classic qdbm sasl selinux smime-classic
26
	ssl tokyocabinet test zlib zstd"
26
	ssl tokyocabinet test zlib zstd"
27
REQUIRED_USE="
27
REQUIRED_USE="
28
	autocrypt? ( gpgme )"
28
	autocrypt? ( gpgme )"
29
29
30
CDEPEND="
30
CDEPEND="
31
	app-misc/mime-types
31
	app-misc/mime-types
32
	sys-libs/ncurses:0=
32
	berkdb? (
33
	berkdb? (
33
		|| (
34
		|| (
34
			sys-libs/db:6.2
35
			sys-libs/db:6.2
Lines 50-57 CDEPEND=" Link Here
50
	kerberos? ( virtual/krb5 )
51
	kerberos? ( virtual/krb5 )
51
	notmuch? ( net-mail/notmuch:= )
52
	notmuch? ( net-mail/notmuch:= )
52
	sasl? ( >=dev-libs/cyrus-sasl-2 )
53
	sasl? ( >=dev-libs/cyrus-sasl-2 )
53
	!slang? ( sys-libs/ncurses:0= )
54
	slang? ( sys-libs/slang )
55
	ssl? ( >=dev-libs/openssl-1.0.2u:0= )
54
	ssl? ( >=dev-libs/openssl-1.0.2u:0= )
56
	lz4? ( app-arch/lz4 )
55
	lz4? ( app-arch/lz4 )
57
	zlib? ( sys-libs/zlib )
56
	zlib? ( sys-libs/zlib )
Lines 104-110 src_configure() { Link Here
104
		"$(use_enable kerberos gss)"
103
		"$(use_enable kerberos gss)"
105
		"$(use_enable lmdb)"
104
		"$(use_enable lmdb)"
106
		"$(use_enable sasl)"
105
		"$(use_enable sasl)"
107
		"--with-ui=$(usex slang slang ncurses)"
106
		"--with-ui=ncurses"
108
		"--sysconfdir=${EPREFIX}/etc/${PN}"
107
		"--sysconfdir=${EPREFIX}/etc/${PN}"
109
		"$(use_enable ssl)"
108
		"$(use_enable ssl)"
110
		"$(use_enable gnutls)"
109
		"$(use_enable gnutls)"
111
- 

Return to bug 820038