summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuan Liao <liaoyuan@gmail.com>2024-04-12 11:08:14 -0400
committerYixun Lan <dlan@gentoo.org>2024-04-18 11:33:02 +0000
commitd795bf2203c29d0586091713f8e0ae5b681f7987 (patch)
treeb30d1dfccc6a668bcb3f312643b585d843ea3f6d /media-sound/lollypop
parentmedia-sound/lollypop: Add 1.4.39; enable Python 3.12 (diff)
downloadgentoo-d795bf2203c29d0586091713f8e0ae5b681f7987.tar.gz
gentoo-d795bf2203c29d0586091713f8e0ae5b681f7987.tar.bz2
gentoo-d795bf2203c29d0586091713f8e0ae5b681f7987.zip
media-sound/lollypop: Fix Python shebang in /usr/libexec/lollypop-sp
This is a Python script that Lollypop installs. It uses a '#!/usr/bin/env python3' shebang, which must be fixed on Gentoo to ensure that the correct Python implementation selected via PYTHON_SINGLE_TARGET is used. Signed-off-by: Yuan Liao <liaoyuan@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'media-sound/lollypop')
-rw-r--r--media-sound/lollypop/lollypop-1.4.39.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-sound/lollypop/lollypop-1.4.39.ebuild b/media-sound/lollypop/lollypop-1.4.39.ebuild
index 8fb4830813fd..05a8e39d38ae 100644
--- a/media-sound/lollypop/lollypop-1.4.39.ebuild
+++ b/media-sound/lollypop/lollypop-1.4.39.ebuild
@@ -58,6 +58,7 @@ src_install() {
meson_src_install
python_optimize
python_fix_shebang "${ED}/usr/bin"
+ python_fix_shebang "${ED}/usr/libexec/lollypop-sp"
}
pkg_postinst() {