x11-misc/wbarconf: Use python_fix_shebang instead of wrapping
authorMichał Górny <mgorny@gentoo.org>
Sun, 19 Feb 2017 20:07:25 +0000 (21:07 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 19 Feb 2017 20:14:47 +0000 (21:14 +0100)
x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild

index ac17c85bb70782a51ae84be15067b2eaf955c09b..69cb9a7c8968e8a2c3e2e8060cb1ba0d3e16e142 100644 (file)
@@ -28,7 +28,10 @@ RDEPEND="
 S="${WORKDIR}/${PN}"
 PATCHES=( "${FILESDIR}"/${P}-install.patch )
 
+src_compile() {
+       python_fix_shebang wbarconf
+}
+
 src_install() {
        ./install.sh "${ED%/}/usr" || die "./install.sh failed."
-       python_doscript wbarconf
 }