commit: 8f686a563d18dd50c5b15d11dd1d1da628dc3910 Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za> AuthorDate: Tue Jun 30 11:36:24 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Jul 1 06:38:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f686a56
net-misc/asterisk: USE=-ssl fixes (16.11.1) Closes: https://bugs.gentoo.org/725888 Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/16504 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-misc/asterisk/asterisk-16.11.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/asterisk/asterisk-16.11.1.ebuild b/net-misc/asterisk/asterisk-16.11.1.ebuild index 70f8fcbc6f3..7ee0fe2eb03 100644 --- a/net-misc/asterisk/asterisk-16.11.1.ebuild +++ b/net-misc/asterisk/asterisk-16.11.1.ebuild @@ -26,7 +26,8 @@ REQUIRED_USE="gtalk? ( xmpp ) " PATCHES=( - "${FILESDIR}/asterisk-historic-no-var-run-install.patch" + "${FILESDIR}/${PN}-historic-no-var-run-install.patch" + "${FILESDIR}/${PN}-13.33.0-nossl.patch" ) DEPEND="acct-user/asterisk
