commit:     91ac60606cd0d82e3c59c959d60bd02ca5eb1afd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 20:07:25 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 20:14:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ac6060

x11-misc/wbarconf: Use python_fix_shebang instead of wrapping

 x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild 
b/x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild
index ac17c85bb7..69cb9a7c89 100644
--- a/x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild
+++ b/x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild
@@ -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
 }

Reply via email to