From 0a3b45a32c20bb7af32fa0ec2b980ef55596cbc8 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 2 Mar 2020 21:51:52 +0200 Subject: 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 --- media-sound/lollypop/lollypop-1.1.4.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-sound/lollypop/lollypop-1.1.4.16.ebuild') diff --git a/media-sound/lollypop/lollypop-1.1.4.16.ebuild b/media-sound/lollypop/lollypop-1.1.4.16.ebuild index e4ca988679fa..0cc5c6539ef4 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 -- cgit v1.2.3-65-gdbad