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

comparison 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
comparison
equal deleted inserted replaced
206:a361d7f74ad9 207:c1e2a1ea65b6
51 } 51 }
52 52
53 53
54 src_compile() { 54 src_compile() {
55 einfo "updating root certificates for mono certificate store" 55 einfo "updating root certificates for mono certificate store"
56 mozroots --import --sync 56 cert-sync /etc/ssl/certs/ca-certificates.crt
57 einfo "now actually compile" 57 einfo "now actually compile"
58 xbuild /p:Configuration="Release Mono" /p:Platform="Any CPU" MediaBrowser.Mono.sln || die "building failed" 58 xbuild /p:Configuration="Release Mono" /p:Platform="Any CPU" MediaBrowser.Mono.sln || die "building failed"
59 } 59 }
60 60
61 src_install() { 61 src_install() {