Summary: | app-admin/rsyslog-8.36.0 - ebuild requires "ssl" USE flag to always be set | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alec Meyers <alecm_88> |
Component: | Current packages | Assignee: | Thomas Deutschmann (RETIRED) <whissi> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | volkov |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Alec Meyers
2018-07-07 00:40:44 UTC
confirmed I would like to ask the maintainer to apply this: --- a/app-admin/rsyslog/rsyslog-8.36.0.ebuild +++ b/app-admin/rsyslog/rsyslog-8.36.0.ebuild @@ -113,7 +113,7 @@ DEPEND="${RDEPEND} REQUIRED_USE=" kubernetes? ( normalize ) - ssl ( || ( gnutls openssl ) ) + ssl? ( || ( gnutls openssl ) ) " if [[ ${PV} == "9999" ]]; then The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7072a35e959aceb0c7bb3444402820d7fc2374e8 commit 7072a35e959aceb0c7bb3444402820d7fc2374e8 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2018-07-14 13:56:15 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2018-07-14 13:56:15 +0000 app-admin/rsyslog: Allow building without ssl USE flag Closes: https://bugs.gentoo.org/660570 Package-Manager: Portage-2.3.42, Repoman-2.3.9 app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |