Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444716 - app-text/chm2pdf does not convert shebang
Summary: app-text/chm2pdf does not convert shebang
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-25 17:55 UTC by Julian Ospald
Modified: 2012-11-25 21:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2012-11-25 17:55:16 UTC
shebang should be converted otherwise this is broken for eselected python3

--- app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild
+++ app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild
@@ -26,6 +26,7 @@
 
 src_prepare(){
 	epatch "${FILESDIR}/tempdir.patch"
+	python_convert_shebangs 2 ${PN}
 }
 
 src_install() {
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2012-11-25 20:45:56 UTC
please go ahead and fix it for me
Comment 2 Julian Ospald 2012-11-25 21:13:26 UTC
+  25 Nov 2012; Julian Ospald <hasufell@gentoo.org> chm2pdf-0.9.1-r1.ebuild:
+  convert shebang wrt #444716