Diff lollypop-1.4.29 with a lollypop-1.4.35

/usr/portage/media-sound/lollypop/lollypop-1.4.35.ebuild 2023-10-09 14:52:31.784368408 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..10} )
6
PYTHON_COMPAT=( python3_{9..11} )
7 7
PYTHON_REQ_USE="sqlite"
8 8
inherit python-single-r1 gnome2-utils meson xdg
9 9

  
......
43 43

  
44 44
RDEPEND="
45 45
	${COMMON_DEPEND}
46
	media-plugins/gst-plugins-pulse
46 47
	app-crypt/libsecret[introspection]
47 48
	dev-libs/totem-pl-parser[introspection]
48 49
	gui-libs/libhandy:1[introspection]
......
62 63
pkg_postinst() {
63 64
	xdg_pkg_postinst
64 65
	gnome2_schemas_update
66
	elog "Remember to install the necessary gst-plugins packages to read your audio files"
67
	elog "You can also use the gst-plugins-meta pakcage and its USE flags."
65 68
}
66 69

  
67 70
pkg_postrm() {
Thank you!