diff options
author | Stefan Strogin <steils@gentoo.org> | 2019-06-03 15:52:37 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2019-06-03 18:17:32 +0300 |
commit | 0575893102e469cbe9763dc81af4bb1380b3dd4a (patch) | |
tree | 4ff290173df75b76276cb3f76522f63d72fb3e6c /media-sound/spotify | |
parent | gui-wm/sway: cap acceptable wlroots version for sway-1.0 (diff) | |
download | gentoo-0575893102e469cbe9763dc81af4bb1380b3dd4a.tar.gz gentoo-0575893102e469cbe9763dc81af4bb1380b3dd4a.tar.bz2 gentoo-0575893102e469cbe9763dc81af4bb1380b3dd4a.zip |
media-sound/spotify: add USE=libressl
Closes: https://bugs.gentoo.org/687228
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/spotify-1.1.5-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/spotify/spotify-1.1.5-r1.ebuild b/media-sound/spotify/spotify-1.1.5-r1.ebuild index 6bb9251f650c..5fe58e2255fc 100644 --- a/media-sound/spotify/spotify-1.1.5-r1.ebuild +++ b/media-sound/spotify/spotify-1.1.5-r1.ebuild @@ -12,19 +12,20 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64" -IUSE="libnotify systray pax_kernel" +IUSE="libnotify libressl systray pax_kernel" RESTRICT="mirror strip" BDEPEND=">=dev-util/patchelf-0.10" # zenity needed for filepicker RDEPEND=" dev-libs/nss - dev-libs/openssl:0 dev-python/dbus-python dev-python/pygobject:3 gnome-base/gconf gnome-extra/zenity libnotify? ( x11-libs/libnotify ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) media-libs/alsa-lib media-libs/fontconfig media-libs/harfbuzz |