diff options
author | 2023-02-25 13:02:39 +0200 | |
---|---|---|
committer | 2023-02-25 13:03:52 +0200 | |
commit | 74f44464404c122f064a9b32bc1105433600d76f (patch) | |
tree | c18c7170fc40f9af1af77d6747279a2c239b9cae /media-sound/lollypop | |
parent | media-sound/lollypop: add 1.4.37 (diff) | |
download | gentoo-74f44464404c122f064a9b32bc1105433600d76f.tar.gz gentoo-74f44464404c122f064a9b32bc1105433600d76f.tar.bz2 gentoo-74f44464404c122f064a9b32bc1105433600d76f.zip |
media-sound/lollypop: fix the libsoup dep
- meson.build:31:0: ERROR: Dependency "libsoup-3.0" not found, tried pkgconfig
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound/lollypop')
-rw-r--r-- | media-sound/lollypop/lollypop-1.4.37.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/lollypop/lollypop-1.4.37.ebuild b/media-sound/lollypop/lollypop-1.4.37.ebuild index b5af4d31d54f..9b680108f41e 100644 --- a/media-sound/lollypop/lollypop-1.4.37.ebuild +++ b/media-sound/lollypop/lollypop-1.4.37.ebuild @@ -20,10 +20,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" # Dependencies being checked by Meson -COMMON_DEPEND=" +DEPEND=" dev-libs/glib:2 dev-libs/gobject-introspection - net-libs/libsoup:2.4[introspection] + net-libs/libsoup:3.0[introspection] x11-libs/gtk+:3[introspection] ${PYTHON_DEPS} $(python_gen_cond_dep ' @@ -32,7 +32,6 @@ COMMON_DEPEND=" " BDEPEND=" - ${COMMON_DEPEND} sys-devel/gettext virtual/pkgconfig test? ( @@ -42,7 +41,7 @@ BDEPEND=" " RDEPEND=" - ${COMMON_DEPEND} + ${DEPEND} media-plugins/gst-plugins-pulse app-crypt/libsecret[introspection] dev-libs/totem-pl-parser[introspection] |