Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/
Date: Tue, 12 Jun 2018 16:05:54
Message-Id: 1528819539.5e7b18957435ae38d6864f6bfff801e25bdedc05.candrews@gentoo
1 commit: 5e7b18957435ae38d6864f6bfff801e25bdedc05
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 12 15:33:33 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 16:05:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7b1895
7
8 media-tv/kodi: Remove -DENABLE_OPENSSL=ON
9
10 Fixes QA notice regarding CMake variables
11
12 See https://github.com/xbmc/xbmc/commit/4e9950b0a0ad9a190fb3c4725817bdda671f5ee7
13
14 Package-Manager: Portage-2.3.40, Repoman-2.3.9
15
16 media-tv/kodi/kodi-9999.ebuild | 1 -
17 1 file changed, 1 deletion(-)
18
19 diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild
20 index 92db3b4a017..e8b03cc7838 100644
21 --- a/media-tv/kodi/kodi-9999.ebuild
22 +++ b/media-tv/kodi/kodi-9999.ebuild
23 @@ -241,7 +241,6 @@ src_configure() {
24 -DENABLE_NFS=$(usex nfs)
25 -DENABLE_OPENGLES=$(usex gles)
26 -DENABLE_OPENGL=$(usex opengl)
27 - -DENABLE_OPENSSL=ON
28 -DENABLE_OPTICAL=$(usex dvd)
29 -DENABLE_PLIST=$(usex airplay)
30 -DENABLE_PULSEAUDIO=$(usex pulseaudio)