Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/
Date: Mon, 03 Jun 2019 15:18:42
Message-Id: 1559575052.0575893102e469cbe9763dc81af4bb1380b3dd4a.steils@gentoo
1 commit: 0575893102e469cbe9763dc81af4bb1380b3dd4a
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 3 12:52:37 2019 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 15:17:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05758931
7
8 media-sound/spotify: add USE=libressl
9
10 Closes: https://bugs.gentoo.org/687228
11 Package-Manager: Portage-2.3.67, Repoman-2.3.13
12 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
13
14 media-sound/spotify/spotify-1.1.5-r1.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/media-sound/spotify/spotify-1.1.5-r1.ebuild b/media-sound/spotify/spotify-1.1.5-r1.ebuild
18 index 6bb9251f650..5fe58e2255f 100644
19 --- a/media-sound/spotify/spotify-1.1.5-r1.ebuild
20 +++ b/media-sound/spotify/spotify-1.1.5-r1.ebuild
21 @@ -12,19 +12,20 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
22 LICENSE="Spotify"
23 SLOT="0"
24 KEYWORDS="~amd64"
25 -IUSE="libnotify systray pax_kernel"
26 +IUSE="libnotify libressl systray pax_kernel"
27 RESTRICT="mirror strip"
28
29 BDEPEND=">=dev-util/patchelf-0.10"
30 # zenity needed for filepicker
31 RDEPEND="
32 dev-libs/nss
33 - dev-libs/openssl:0
34 dev-python/dbus-python
35 dev-python/pygobject:3
36 gnome-base/gconf
37 gnome-extra/zenity
38 libnotify? ( x11-libs/libnotify )
39 + !libressl? ( dev-libs/openssl:0= )
40 + libressl? ( dev-libs/libressl:0= )
41 media-libs/alsa-lib
42 media-libs/fontconfig
43 media-libs/harfbuzz