Skip to content

Commit

Permalink
mail-client/alpine: enable threads by default
Browse files Browse the repository at this point in the history
Just let autoconf do its thing, which will properly detect
working pthread support on all relevant platforms.

Closes: https://bugs.gentoo.org/868396
Signed-off-by: Holger Hoffstätte holger@applied-asynchrony.com
  • Loading branch information
hhoffstaette committed Sep 5, 2022
1 parent d8ab06a commit 237d974
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mail-client/alpine/alpine-2.26.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRC_URI="https://alpineapp.email/alpine/release/src/${P}.tar.xz
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+chappa ipv6 kerberos ldap nls onlyalpine passfile smime ssl threads"
IUSE="+chappa ipv6 kerberos ldap nls onlyalpine passfile smime ssl"

DEPEND="sys-libs/ncurses:=
virtual/libcrypt:=
Expand Down Expand Up @@ -43,7 +43,6 @@ src_configure() {
$(use_with ssl)
$(use_with passfile passfile .pinepwd)
$(use_with kerberos krb5)
$(use_with threads pthread)
$(use_enable nls)
$(use_with ipv6)
$(use_with smime)
Expand Down

0 comments on commit 237d974

Please sign in to comment.