diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-03-02 21:51:52 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-02 21:51:52 +0200 |
commit | 0a3b45a32c20bb7af32fa0ec2b980ef55596cbc8 (patch) | |
tree | 3804f3e7d746e41ab0b9625b58ecfd60a1ea2347 /media-sound/lollypop/lollypop-1.1.4.16.ebuild | |
parent | gnome-extra/evolution-ews: add USE dep defaults for libical (diff) | |
download | gentoo-0a3b45a32c20bb7af32fa0ec2b980ef55596cbc8.tar.gz gentoo-0a3b45a32c20bb7af32fa0ec2b980ef55596cbc8.tar.bz2 gentoo-0a3b45a32c20bb7af32fa0ec2b980ef55596cbc8.zip |
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@gentoo.org>
Diffstat (limited to 'media-sound/lollypop/lollypop-1.1.4.16.ebuild')
-rw-r--r-- | media-sound/lollypop/lollypop-1.1.4.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |