Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lollypop/
Date: Mon, 02 Mar 2020 19:53:41
Message-Id: 1583178712.0a3b45a32c20bb7af32fa0ec2b980ef55596cbc8.leio@gentoo
1 commit: 0a3b45a32c20bb7af32fa0ec2b980ef55596cbc8
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 2 19:51:52 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 2 19:51:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3b45a3
7
8 media-sound/lollypop: add USE dep default for g-introspection[cairo]
9
10 The cairo USE flag was a bit bogus on gobject-introspection, so with the
11 meson port it got removed, as it really only controlled some tests for
12 upstream. The cairo bindings are always installed, and presumably any
13 consumer needing them will have a dep on cairo directly or indirectly
14 already anyhow - at least lollypop does via pycairo.
15
16 Package-Manager: Portage-2.3.84, Repoman-2.3.20
17 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
18
19 media-sound/lollypop/lollypop-1.1.4.16.ebuild | 4 ++--
20 media-sound/lollypop/lollypop-1.2.22.ebuild | 2 +-
21 2 files changed, 3 insertions(+), 3 deletions(-)
22
23 diff --git a/media-sound/lollypop/lollypop-1.1.4.16.ebuild b/media-sound/lollypop/lollypop-1.1.4.16.ebuild
24 index e4ca988679f..0cc5c6539ef 100644
25 --- a/media-sound/lollypop/lollypop-1.1.4.16.ebuild
26 +++ b/media-sound/lollypop/lollypop-1.1.4.16.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2019 Gentoo Authors
29 +# Copyright 1999-2020 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -20,7 +20,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
34 DEPEND="${PYTHON_DEPS}
35 dev-libs/appstream-glib[introspection]
36 dev-libs/glib:2
37 - dev-libs/gobject-introspection[cairo]
38 + dev-libs/gobject-introspection[cairo(+)]
39 dev-python/pycairo[${PYTHON_USEDEP}]
40 dev-python/pygobject:3[${PYTHON_USEDEP}]
41 gnome-base/gnome-common
42
43 diff --git a/media-sound/lollypop/lollypop-1.2.22.ebuild b/media-sound/lollypop/lollypop-1.2.22.ebuild
44 index 0134d5693e9..ff6d17b3eb6 100644
45 --- a/media-sound/lollypop/lollypop-1.2.22.ebuild
46 +++ b/media-sound/lollypop/lollypop-1.2.22.ebuild
47 @@ -19,7 +19,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
48 DEPEND="${PYTHON_DEPS}
49 dev-libs/appstream-glib[introspection]
50 dev-libs/glib:2
51 - dev-libs/gobject-introspection[cairo]
52 + dev-libs/gobject-introspection[cairo(+)]
53 dev-python/pycairo[${PYTHON_USEDEP}]
54 dev-python/pygobject:3[${PYTHON_USEDEP}]
55 gnome-base/gnome-common