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 DDFF1138334 for ; Fri, 3 Jan 2020 19:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 117B7E097D; Fri, 3 Jan 2020 19:39:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E80BAE097D for ; Fri, 3 Jan 2020 19:39: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 DEEE234DE88 for ; Fri, 3 Jan 2020 19:39:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 292E8CA for ; Fri, 3 Jan 2020 19:39:38 +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: <1578080370.a8f78da7c40f76345b9681864c2b24dcab80f431.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.10-r1.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: a8f78da7c40f76345b9681864c2b24dcab80f431 X-VCS-Branch: master Date: Fri, 3 Jan 2020 19:39:38 +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: 01b177a1-9381-4387-8b30-3732469c3952 X-Archives-Hash: 525d84ce98cc14d7155d973327f05dfb commit: a8f78da7c40f76345b9681864c2b24dcab80f431 Author: Matthew Thode gentoo org> AuthorDate: Fri Jan 3 19:39:30 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Jan 3 19:39:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f78da7 media-sound/spotify: add missing dep on at-spi2-atk fixes: https://bugs.gentoo.org/703818 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode gentoo.org> media-sound/spotify/spotify-1.1.10-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/spotify/spotify-1.1.10-r1.ebuild b/media-sound/spotify/spotify-1.1.10-r1.ebuild index 56c8b2a3fa7..8267b9da0b3 100644 --- a/media-sound/spotify/spotify-1.1.10-r1.ebuild +++ b/media-sound/spotify/spotify-1.1.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,6 +32,7 @@ RDEPEND=" || ( media-sound/pulseaudio media-sound/apulse ) systray? ( gnome-extra/gnome-integration-spotify ) x11-libs/gtk+:2 + app-accessibility/at-spi2-atk x11-libs/libXScrnSaver x11-libs/libXtst "