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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 887B8158089 for ; Wed, 4 Oct 2023 17:18:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C95B72BC02F; Wed, 4 Oct 2023 17:18:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC0892BC02F for ; Wed, 4 Oct 2023 17:18:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F314D335CD2 for ; Wed, 4 Oct 2023 17:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C7D18EB for ; Wed, 4 Oct 2023 17:18:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1696439578.bc7a695ea2243ee496623f1ad1fbf3dc1a29658a.sam@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.2.20-r1.ebuild media-sound/spotify/spotify-1.2.20-r2.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bc7a695ea2243ee496623f1ad1fbf3dc1a29658a X-VCS-Branch: master Date: Wed, 4 Oct 2023 17:18:02 +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: e403c3f2-29d6-4b43-9ee7-b36b423c6d38 X-Archives-Hash: e32c0145b9b15cbadc5bd7af099a1c9e commit: bc7a695ea2243ee496623f1ad1fbf3dc1a29658a Author: Sam James gentoo org> AuthorDate: Wed Oct 4 17:12:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 4 17:12:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7a695e media-sound/spotify: handle cups removing USE=ssl cups always supports SSL now. Closes: https://bugs.gentoo.org/915184 Signed-off-by: Sam James gentoo.org> .../spotify/{spotify-1.2.20-r1.ebuild => spotify-1.2.20-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/spotify/spotify-1.2.20-r1.ebuild b/media-sound/spotify/spotify-1.2.20-r2.ebuild similarity index 99% rename from media-sound/spotify/spotify-1.2.20-r1.ebuild rename to media-sound/spotify/spotify-1.2.20-r2.ebuild index 03766aa3def0..7d4a9417eaec 100644 --- a/media-sound/spotify/spotify-1.2.20-r1.ebuild +++ b/media-sound/spotify/spotify-1.2.20-r2.ebuild @@ -34,7 +34,7 @@ RDEPEND=" media-libs/harfbuzz media-libs/mesa[X(+)] net-misc/curl[ssl] - net-print/cups[ssl] + net-print/cups[ssl(+)] sys-apps/dbus sys-libs/zlib x11-libs/cairo