commit:     b6d4adec7b30b0d820e479def6d0ba693056ef86
Author:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Thu May 29 18:14:14 2025 +0000
Commit:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Thu May 29 18:15:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d4adec

gui-apps/uwsm: fix shebangs in executables

Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>

 gui-apps/uwsm/{uwsm-0.21.5.ebuild => uwsm-0.21.5-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gui-apps/uwsm/uwsm-0.21.5.ebuild 
b/gui-apps/uwsm/uwsm-0.21.5-r1.ebuild
similarity index 97%
rename from gui-apps/uwsm/uwsm-0.21.5.ebuild
rename to gui-apps/uwsm/uwsm-0.21.5-r1.ebuild
index 15ac559fd6ea..5d2b0a09950c 100644
--- a/gui-apps/uwsm/uwsm-0.21.5.ebuild
+++ b/gui-apps/uwsm/uwsm-0.21.5-r1.ebuild
@@ -39,6 +39,7 @@ src_configure() {
 
 src_install() {
        meson_src_install
+       python_fix_shebang "${ED}/usr/bin"
        python_optimize "${ED}/usr/share/${PN}"
 }
 

Reply via email to