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 B2DF8138350 for ; Mon, 2 Mar 2020 19:53:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E3DBE08AD; Mon, 2 Mar 2020 19:53:40 +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 52796E08AD for ; Mon, 2 Mar 2020 19:53:40 +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 58C3034F391 for ; Mon, 2 Mar 2020 19:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EB56162 for ; Mon, 2 Mar 2020 19:53:37 +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: <1583178712.0a3b45a32c20bb7af32fa0ec2b980ef55596cbc8.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lollypop/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lollypop/lollypop-1.1.4.16.ebuild media-sound/lollypop/lollypop-1.2.22.ebuild X-VCS-Directories: media-sound/lollypop/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0a3b45a32c20bb7af32fa0ec2b980ef55596cbc8 X-VCS-Branch: master Date: Mon, 2 Mar 2020 19:53:37 +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: 1e4de798-2bfe-4e54-9fc0-882f0c1332fc X-Archives-Hash: 48dbfa38fed22bcb7fbfc5522d7c3449 commit: 0a3b45a32c20bb7af32fa0ec2b980ef55596cbc8 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Mar 2 19:51:52 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Mar 2 19:51:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3b45a3 media-sound/lollypop: add USE dep default for g-introspection[cairo] The cairo USE flag was a bit bogus on gobject-introspection, so with the meson port it got removed, as it really only controlled some tests for upstream. The cairo bindings are always installed, and presumably any consumer needing them will have a dep on cairo directly or indirectly already anyhow - at least lollypop does via pycairo. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> media-sound/lollypop/lollypop-1.1.4.16.ebuild | 4 ++-- media-sound/lollypop/lollypop-1.2.22.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/lollypop/lollypop-1.1.4.16.ebuild b/media-sound/lollypop/lollypop-1.1.4.16.ebuild index e4ca988679f..0cc5c6539ef 100644 --- a/media-sound/lollypop/lollypop-1.1.4.16.ebuild +++ b/media-sound/lollypop/lollypop-1.1.4.16.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 @@ -20,7 +20,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} DEPEND="${PYTHON_DEPS} dev-libs/appstream-glib[introspection] dev-libs/glib:2 - dev-libs/gobject-introspection[cairo] + dev-libs/gobject-introspection[cairo(+)] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] gnome-base/gnome-common diff --git a/media-sound/lollypop/lollypop-1.2.22.ebuild b/media-sound/lollypop/lollypop-1.2.22.ebuild index 0134d5693e9..ff6d17b3eb6 100644 --- a/media-sound/lollypop/lollypop-1.2.22.ebuild +++ b/media-sound/lollypop/lollypop-1.2.22.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} DEPEND="${PYTHON_DEPS} dev-libs/appstream-glib[introspection] dev-libs/glib:2 - dev-libs/gobject-introspection[cairo] + dev-libs/gobject-introspection[cairo(+)] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] gnome-base/gnome-common