We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

diff media-tv/emby-server/emby-server-3.2.17.0.ebuild @ 207:c1e2a1ea65b6

updated emby-server to new version using the new solution, also switched from mozroots to cert-sync
author gsnerf <gsnerf@gsnerf.de>
date Mon, 05 Jun 2017 15:05:01 +0200
parents a361d7f74ad9
children e4c117d62d99
line wrap: on
line diff
--- a/media-tv/emby-server/emby-server-3.2.17.0.ebuild	Mon Jun 05 13:46:19 2017 +0200
+++ b/media-tv/emby-server/emby-server-3.2.17.0.ebuild	Mon Jun 05 15:05:01 2017 +0200
@@ -53,7 +53,7 @@
 
 src_compile() {
 	einfo "updating root certificates for mono certificate store"
-	mozroots --import --sync
+	cert-sync /etc/ssl/certs/ca-certificates.crt
 	einfo "now actually compile"
 	xbuild /p:Configuration="Release Mono" /p:Platform="Any CPU" MediaBrowser.Mono.sln || die "building failed"
 }