commit: ecfda3b94dc5ce59573b85d10d1c6ca2a6218fd9
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 2 06:44:06 2023 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 04:25:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfda3b9
app-text/calibre: don't uselessly modify library shebangs
A library file does not care what its shebang is. The intended purpose
of all these shebangs is to indicate to text editors, what the expected
syntax highlighting mode should be.
This has no practical effect on the resulting package. The installed
bytes are different, they just don't *do* anything different. No revbump
needed.
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-text/calibre/calibre-5.44.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/calibre/calibre-5.44.0-r2.ebuild
b/app-text/calibre/calibre-5.44.0-r2.ebuild
index 67eb556626cd..e2db565d6f63 100644
--- a/app-text/calibre/calibre-5.44.0-r2.ebuild
+++ b/app-text/calibre/calibre-5.44.0-r2.ebuild
@@ -244,7 +244,7 @@ src_install() {
find "${ED}"/usr/share -type d -empty -delete
einfo "Converting python shebangs"
- python_fix_shebang --force "${ED}"
+ python_fix_shebang "${ED}/usr/bin"
einfo "Compiling python modules"
python_optimize "${ED}"/usr/$(get_libdir)/calibre
"${D}/$(python_get_sitedir)"