diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-08 01:23:25 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-08 01:23:25 +0000 |
commit | 421e776cab52514ba6f7b945e0fa9dc8b01fce6b (patch) | |
tree | 6618ead2c63fbedbe8cc881b7155d23d92251e91 /dev-vcs/git/git-1.7.4_rc1-r2.ebuild | |
parent | stable ppc, bug 349029 (diff) | |
download | gentoo-2-421e776cab52514ba6f7b945e0fa9dc8b01fce6b.tar.gz gentoo-2-421e776cab52514ba6f7b945e0fa9dc8b01fce6b.tar.bz2 gentoo-2-421e776cab52514ba6f7b945e0fa9dc8b01fce6b.zip |
Fix missing argument in call to python_convert_shebangs, and drop accidently added .orig file.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/git/git-1.7.4_rc1-r2.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.7.4_rc1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git/git-1.7.4_rc1-r2.ebuild b/dev-vcs/git/git-1.7.4_rc1-r2.ebuild index 32f44809c0ba..44d5eb5570c3 100644 --- a/dev-vcs/git/git-1.7.4_rc1-r2.ebuild +++ b/dev-vcs/git/git-1.7.4_rc1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.4_rc1-r2.ebuild,v 1.1 2011/01/07 23:03:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.4_rc1-r2.ebuild,v 1.2 2011/01/08 01:23:25 robbat2 Exp $ EAPI=3 @@ -334,7 +334,7 @@ src_install() { if use python && use gtk ; then dobin "${S}"/contrib/gitview/gitview - python_convert_shebangs "${D}"/usr/bin/gitview + python_convert_shebangs ${PYTHON_ABI} "${D}"/usr/bin/gitview dodoc "${S}"/contrib/gitview/gitview.txt fi |