diff options
author | David Denoncin <ddenoncin@gmail.com> | 2020-10-26 13:48:44 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-01 08:13:54 +0200 |
commit | 879049895a13fbca1face77db724fc0e158a19a3 (patch) | |
tree | 3fd042e40065711bc7e8a65e73bc8266949a8c51 /www-apps/bugzilla | |
parent | dev-libs/libappindicator: fix segfault in app_indicator_set_icon_full (diff) | |
download | gentoo-879049895a13fbca1face77db724fc0e158a19a3.tar.gz gentoo-879049895a13fbca1face77db724fc0e158a19a3.tar.bz2 gentoo-879049895a13fbca1face77db724fc0e158a19a3.zip |
www-apps/bugzilla: optional dep for SSL support
dev-perl/IO-Socket-SSL is suggested for SSL support as an optfeature, as
Net-SMTP-SSL is deprecated.
See: https://bugzilla.mozilla.org/show_bug.cgi?id=1316255
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: David Denoncin <ddenoncin@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps/bugzilla')
-rw-r--r-- | www-apps/bugzilla/bugzilla-5.0.6.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild b/www-apps/bugzilla/bugzilla-5.0.6.ebuild index 2d6ab69e6189..76a3fa9ba508 100644 --- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild +++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild @@ -110,6 +110,7 @@ pkg_postinst() { optfeature "Mail Queueing" "dev-perl/TheSchwarz dev-perl/Daemon-Generic" optfeature "Sniff MIME type of attachments" "dev-perl/File-MimeInfo dev-perl/IO-stringy" optfeature "Memcached support" "dev-perl/Cache-Memcached" + optfeature "SSL Support for SMTP" "dev-perl/IO-Socket-SSL" ewarn "If Apache is the chosen webserver, please consider turning the apache2 use flag on" ewarn "Not doing so may result in unexpected runtime errors" |