From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EDDE138334 for ; Mon, 3 Jun 2019 15:18:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4536BE077F; Mon, 3 Jun 2019 15:18:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27CC8E077F for ; Mon, 3 Jun 2019 15:18:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91FAA34561D for ; Mon, 3 Jun 2019 15:18:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F0024D3 for ; Mon, 3 Jun 2019 15:18:37 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1559575052.0575893102e469cbe9763dc81af4bb1380b3dd4a.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/spotify/spotify-1.1.5-r1.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 0575893102e469cbe9763dc81af4bb1380b3dd4a X-VCS-Branch: master Date: Mon, 3 Jun 2019 15:18:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4caec1ad-8bfa-4f66-b071-c4641e881ddb X-Archives-Hash: 750591c3eac24d197466098a76ab6adb commit: 0575893102e469cbe9763dc81af4bb1380b3dd4a Author: Stefan Strogin gentoo org> AuthorDate: Mon Jun 3 12:52:37 2019 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Mon Jun 3 15:17:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05758931 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 gentoo.org> media-sound/spotify/spotify-1.1.5-r1.ebuild | 5 +++-- 1 file 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 6bb9251f650..5fe58e2255f 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