commit: 0a3b45a32c20bb7af32fa0ec2b980ef55596cbc8
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 2 19:51:52 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> 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 <leio <AT> 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