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 E5815158041 for ; Thu, 9 Sep 2021 18:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4772FE087A; Thu, 9 Sep 2021 18:23:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 27480E087A for ; Thu, 9 Sep 2021 18:23:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B264A33BDFC for ; Thu, 9 Sep 2021 18:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02F9A9C for ; Thu, 9 Sep 2021 18:23:40 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1631211815.f19a105599121d8edf3a81201b4789b716fdcfa0.prometheanfire@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.67-r1.ebuild media-sound/spotify/spotify-1.1.67.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: f19a105599121d8edf3a81201b4789b716fdcfa0 X-VCS-Branch: master Date: Thu, 9 Sep 2021 18:23:40 +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: ad0a88bb-2a6d-477c-b736-1082c2cffef1 X-Archives-Hash: 3cf76d99abc3988f6dfd90d21fc91394 commit: f19a105599121d8edf3a81201b4789b716fdcfa0 Author: Matthew Thode gentoo org> AuthorDate: Thu Sep 9 18:23:24 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu Sep 9 18:23:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19a1055 media-sound/spotify: fix dep on gtk/gobject Closes: https://bugs.gentoo.org/812164 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --force Signed-off-by: Matthew Thode gentoo.org> .../spotify/{spotify-1.1.67.ebuild => spotify-1.1.67-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/spotify/spotify-1.1.67.ebuild b/media-sound/spotify/spotify-1.1.67-r1.ebuild similarity index 98% rename from media-sound/spotify/spotify-1.1.67.ebuild rename to media-sound/spotify/spotify-1.1.67-r1.ebuild index 85887a55a00..a723919517c 100644 --- a/media-sound/spotify/spotify-1.1.67.ebuild +++ b/media-sound/spotify/spotify-1.1.67-r1.ebuild @@ -19,7 +19,6 @@ BDEPEND=">=dev-util/patchelf-0.10" RDEPEND=" dev-libs/nss dev-python/dbus-python - dev-python/pygobject:3 libnotify? ( x11-libs/libnotify ) dev-libs/openssl:0= media-libs/alsa-lib @@ -32,7 +31,7 @@ RDEPEND=" !pulseaudio? ( media-sound/apulse ) local-playback? ( media-video/ffmpeg:0/56.58.58 ) systray? ( gnome-extra/gnome-integration-spotify ) - x11-libs/gtk+:2 + x11-libs/gtk+:3 app-accessibility/at-spi2-atk x11-libs/libxkbcommon x11-libs/libXScrnSaver