commit: 74f44464404c122f064a9b32bc1105433600d76f
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 11:02:39 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 11:03:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f44464
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 <AT> gentoo.org>
media-sound/lollypop/lollypop-1.4.37.ebuild | 7 +++----
1 file 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]