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 4E16D138350 for ; Thu, 19 Mar 2020 19:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BA4FE0C08; Thu, 19 Mar 2020 19:45:09 +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 596FDE0C08 for ; Thu, 19 Mar 2020 19:45:09 +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 4991234F287 for ; Thu, 19 Mar 2020 19:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5003106 for ; Thu, 19 Mar 2020 19:45:06 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1584647091.e2f90a871d9befcb1eaead39c8ede9cea5be2276.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gnome-music/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gnome-music/gnome-music-3.34.4.ebuild X-VCS-Directories: media-sound/gnome-music/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e2f90a871d9befcb1eaead39c8ede9cea5be2276 X-VCS-Branch: master Date: Thu, 19 Mar 2020 19:45:06 +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: a9a3367a-e0d6-4c34-a40b-d762e4b8cff8 X-Archives-Hash: 4545fbdc6e46882ab5aab1a950341ce5 commit: e2f90a871d9befcb1eaead39c8ede9cea5be2276 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Mar 19 19:44:43 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Mar 19 19:44:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f90a87 media-sound/gnome-music: fix deps Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> media-sound/gnome-music/gnome-music-3.34.4.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-sound/gnome-music/gnome-music-3.34.4.ebuild b/media-sound/gnome-music/gnome-music-3.34.4.ebuild index f4d80d87068..fde8cf28852 100644 --- a/media-sound/gnome-music/gnome-music-3.34.4.ebuild +++ b/media-sound/gnome-music/gnome-music-3.34.4.ebuild @@ -17,9 +17,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" KEYWORDS="~amd64 ~arm64 ~x86" DEPEND="${PYTHON_DEPS} + >=dev-libs/glib-2.50:2 net-libs/gnome-online-accounts[introspection] >=dev-libs/gobject-introspection-1.54:= - >=x11-libs/gtk+-3.23.1:3[introspection] + >=x11-libs/gtk+-3.24.7:3[introspection] >=dev-libs/libdazzle-3.28.0[introspection] >=media-libs/libmediaart-1.9.1:2.0[introspection] net-libs/libsoup:2.4[introspection] @@ -28,8 +29,8 @@ DEPEND="${PYTHON_DEPS} >=dev-python/pygobject-3.29.1:3[cairo,${PYTHON_MULTI_USEDEP}] >=dev-python/pycairo-1.14.0[${PYTHON_MULTI_USEDEP}] ') - >=media-libs/grilo-0.3.4:0.3[introspection] - >=media-plugins/grilo-plugins-0.3.8:0.3 + >=media-libs/grilo-0.3.9:0.3[introspection] + >=media-plugins/grilo-plugins-0.3.9:0.3 " # xdg-user-dirs-update needs to be there to create needed dirs # https://bugzilla.gnome.org/show_bug.cgi?id=731613