commit: 4971298c4bf0599edfec478d2f5d1e9f31de3bf9 Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com> AuthorDate: Sun Sep 4 13:24:53 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 10 11:18:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4971298c
mail-client/alpine: enable threads by default Upstream enables pthreads by default, so enable it unconditionally. Closes: https://bugs.gentoo.org/868396 Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/27138 Signed-off-by: Sam James <sam <AT> gentoo.org> mail-client/alpine/{alpine-2.26.ebuild => alpine-2.26-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/alpine/alpine-2.26.ebuild b/mail-client/alpine/alpine-2.26-r1.ebuild similarity index 98% rename from mail-client/alpine/alpine-2.26.ebuild rename to mail-client/alpine/alpine-2.26-r1.ebuild index c06917b3931e..b3e7ee51414d 100644 --- a/mail-client/alpine/alpine-2.26.ebuild +++ b/mail-client/alpine/alpine-2.26-r1.ebuild @@ -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:= @@ -37,13 +37,13 @@ src_prepare() { src_configure() { myconf=( --without-tcl + --with-pthread --with-system-pinerc="${EPREFIX}"/etc/pine.conf --with-system-fixed-pinerc="${EPREFIX}"/etc/pine.conf.fixed $(use_with ldap) $(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)
