commit: 615eb2050bd0a0aab762ec2365f7ae04a6691eb9 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Aug 11 07:07:51 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Aug 11 07:07:51 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=615eb205
dev-vcs/git-cola: Fix shebang fixing, #518306 Package-Manager: portage-2.2.10 --- dev-vcs/git-cola/ChangeLog | 3 +++ dev-vcs/git-cola/git-cola-9999.ebuild | 2 ++ 2 files changed, 5 insertions(+) diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog index 8e8b4ac..2d51921 100644 --- a/dev-vcs/git-cola/ChangeLog +++ b/dev-vcs/git-cola/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $ + 11 Aug 2014; Justin Lecher <[email protected]> git-cola-9999.ebuild: + Fix shebang fixing, #518306 + 25 Feb 2014; Justin Lecher <[email protected]> git-cola-9999.ebuild: Move to py3.3 diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild index 9201126..12f7de6 100644 --- a/dev-vcs/git-cola/git-cola-9999.ebuild +++ b/dev-vcs/git-cola/git-cola-9999.ebuild @@ -90,6 +90,8 @@ python_install_all() { distutils-r1_python_install_all docompress /usr/share/doc/${PF}/git-cola.txt + + python_fix_shebang "${ED}" } python_test() {
