diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 11:43:12 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 11:43:12 +0300 |
commit | 1116ec3c8ee0e81e01bea44f383f3d9b1f15b5a0 (patch) | |
tree | c0e681e6af8d407b97a719c9791aad8feed1a5d7 /media-sound/spotify | |
parent | dev-db/percona-server: remove libressl support (diff) | |
download | gentoo-1116ec3c8ee0e81e01bea44f383f3d9b1f15b5a0.tar.gz gentoo-1116ec3c8ee0e81e01bea44f383f3d9b1f15b5a0.tar.bz2 gentoo-1116ec3c8ee0e81e01bea44f383f3d9b1f15b5a0.zip |
media-sound/spotify: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/spotify-1.1.26-r1.ebuild | 7 | ||||
-rw-r--r-- | media-sound/spotify/spotify-1.1.26-r2.ebuild | 7 | ||||
-rw-r--r-- | media-sound/spotify/spotify-1.1.55.ebuild | 5 |
3 files changed, 8 insertions, 11 deletions
diff --git a/media-sound/spotify/spotify-1.1.26-r1.ebuild b/media-sound/spotify/spotify-1.1.26-r1.ebuild index 2310f6ff5afb..797be7b82c17 100644 --- a/media-sound/spotify/spotify-1.1.26-r1.ebuild +++ b/media-sound/spotify/spotify-1.1.26-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64" -IUSE="libnotify libressl systray pax_kernel pulseaudio" +IUSE="libnotify systray pax_kernel pulseaudio" RESTRICT="mirror strip" BDEPEND=">=dev-util/patchelf-0.10" @@ -21,8 +21,7 @@ RDEPEND=" dev-python/dbus-python dev-python/pygobject:3 libnotify? ( x11-libs/libnotify ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= media-libs/alsa-lib media-libs/fontconfig media-libs/harfbuzz diff --git a/media-sound/spotify/spotify-1.1.26-r2.ebuild b/media-sound/spotify/spotify-1.1.26-r2.ebuild index fdf168b74773..f15f00faf70f 100644 --- a/media-sound/spotify/spotify-1.1.26-r2.ebuild +++ b/media-sound/spotify/spotify-1.1.26-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64" -IUSE="libnotify libressl systray pax_kernel pulseaudio" +IUSE="libnotify systray pax_kernel pulseaudio" RESTRICT="mirror strip" BDEPEND=">=dev-util/patchelf-0.10" @@ -21,8 +21,7 @@ RDEPEND=" dev-python/dbus-python dev-python/pygobject:3 libnotify? ( x11-libs/libnotify ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= media-libs/alsa-lib media-libs/fontconfig media-libs/harfbuzz diff --git a/media-sound/spotify/spotify-1.1.55.ebuild b/media-sound/spotify/spotify-1.1.55.ebuild index 544835629b0a..22aa11bb8591 100644 --- a/media-sound/spotify/spotify-1.1.55.ebuild +++ b/media-sound/spotify/spotify-1.1.55.ebuild @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64" -IUSE="libnotify libressl local-playback pax_kernel pulseaudio systray" +IUSE="libnotify local-playback pax_kernel pulseaudio systray" RESTRICT="mirror strip" BDEPEND=">=dev-util/patchelf-0.10" @@ -21,8 +21,7 @@ RDEPEND=" dev-python/dbus-python dev-python/pygobject:3 libnotify? ( x11-libs/libnotify ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= media-libs/alsa-lib media-libs/fontconfig media-libs/harfbuzz |