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 7B257138334 for ; Sun, 13 Oct 2019 17:50:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1EFAE082F; Sun, 13 Oct 2019 17:50:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A6972E082F for ; Sun, 13 Oct 2019 17:50:54 +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 9493234BA3E for ; Sun, 13 Oct 2019 17:50:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D995583F for ; Sun, 13 Oct 2019 17:50:51 +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: <1570988901.9843d0217e420b1ed9f8eb79dc7e466b547bb855.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.30.2.ebuild X-VCS-Directories: media-sound/gnome-music/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9843d0217e420b1ed9f8eb79dc7e466b547bb855 X-VCS-Branch: master Date: Sun, 13 Oct 2019 17:50:51 +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: 534b1e17-4da4-4ed7-9c8e-2d7bd91f0b4f X-Archives-Hash: 39d9b1d3fdf773f2584a1bd62c7e7a9b commit: 9843d0217e420b1ed9f8eb79dc7e466b547bb855 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Oct 13 17:29:27 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Oct 13 17:48:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9843d021 media-sound/gnome-music: require libdazzle[introspection] gnomemusic/widgets/songwidget.py does import Dzl via introspection to get the usage in UI file to properly work, thus we do need libdazzle[introspection] afterall Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> media-sound/gnome-music/gnome-music-3.30.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/gnome-music/gnome-music-3.30.2.ebuild b/media-sound/gnome-music/gnome-music-3.30.2.ebuild index c6dba4f8ad4..04d88e33342 100644 --- a/media-sound/gnome-music/gnome-music-3.30.2.ebuild +++ b/media-sound/gnome-music/gnome-music-3.30.2.ebuild @@ -16,12 +16,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" KEYWORDS="amd64 ~arm64 x86" -# At 3.30.2 libdazzle only used from .ui file, thus introspection not needed COMMON_DEPEND="${PYTHON_DEPS} net-libs/gnome-online-accounts[introspection] >=dev-libs/gobject-introspection-1.54:= >=x11-libs/gtk+-3.19.3:3[introspection] - >=dev-libs/libdazzle-3.28.0 + >=dev-libs/libdazzle-3.28.0[introspection] >=media-libs/libmediaart-1.9.1:2.0[introspection] net-libs/libsoup:2.4[introspection] >=app-misc/tracker-1.99.1:=[introspection(+)]