Summary: | mail-client/claws-mail-4.1.1: add oauth flag | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexander Kurakin <kuraga333> |
Component: | Current packages | Assignee: | Bernard Cafarelli <voyageur> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein, kuraga333 |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/27950 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Alexander Kurakin
2022-10-25 18:42:02 UTC
Thanks for the report and PR! I had not seen this extra change after the fix to allow gnutls disabling. Technically oauth support does not add any extra dependency so we could almost code something like "$(use_enable gnutls oauth2)", but it could confuse the few people who want oauth2 but disable gnutls. tl;dr I will check the PR and get it merged The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9af5458ad9ae33d69f05ab4f204841ad51cc11 commit 8a9af5458ad9ae33d69f05ab4f204841ad51cc11 Author: Alexander Kurakin <kuraga333@mail.ru> AuthorDate: 2022-10-25 18:38:40 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2022-10-27 07:06:56 +0000 mail-client/claws-mail-4.1.1: add oauth flag Closes: https://bugs.gentoo.org/878305 Signed-off-by: Alexander Kurakin <kuraga333@mail.ru> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> mail-client/claws-mail/claws-mail-4.1.1-r1.ebuild | 217 ++++++++++++++++++++++ mail-client/claws-mail/metadata.xml | 1 + 2 files changed, 218 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc355035155e0ba4083fd44edd6d2d7c77e29f0 commit cfc355035155e0ba4083fd44edd6d2d7c77e29f0 Author: Alexander Kurakin <kuraga333@mail.ru> AuthorDate: 2022-10-25 18:49:18 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2022-10-27 07:06:56 +0000 mail-client/claws-mail: sync live Bug: https://bugs.gentoo.org/878305 Signed-off-by: Alexander Kurakin <kuraga333@mail.ru> Closes: https://github.com/gentoo/gentoo/pull/27950 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> mail-client/claws-mail/claws-mail-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) |