diff options
author | 2011-08-25 00:02:14 +0000 | |
---|---|---|
committer | 2011-08-25 00:02:14 +0000 | |
commit | 7f65bbe73945912b15d4c300d0894c5c5ee32d52 (patch) | |
tree | 1ef326e0322cd952f8b44ada9500051ee887296c /app-portage | |
parent | Revision bump to make esearch-0.7.2 prefix aware. (diff) | |
download | gentoo-2-7f65bbe73945912b15d4c300d0894c5c5ee32d52.tar.gz gentoo-2-7f65bbe73945912b15d4c300d0894c5c5ee32d52.tar.bz2 gentoo-2-7f65bbe73945912b15d4c300d0894c5c5ee32d52.zip |
Fix update-shebang-line patch so esync does not error with command not found
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/esearch/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/esearch/files/0.7.2-update-shebang-lines.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-portage/esearch/ChangeLog b/app-portage/esearch/ChangeLog index 953ede34d60e..e0c184f89dfa 100644 --- a/app-portage/esearch/ChangeLog +++ b/app-portage/esearch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/esearch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.66 2011/08/24 23:40:53 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.67 2011/08/25 00:02:14 fuzzyray Exp $ + + 25 Aug 2011; Paul Varner <fuzzyray@gentoo.org> + files/0.7.2-update-shebang-lines.patch: + Fix update-shebang-line patch so esync does not error with command not found *esearch-0.7.2-r2 (24 Aug 2011) diff --git a/app-portage/esearch/files/0.7.2-update-shebang-lines.patch b/app-portage/esearch/files/0.7.2-update-shebang-lines.patch index 53bdd76b9b94..4817df7ad5d1 100644 --- a/app-portage/esearch/files/0.7.2-update-shebang-lines.patch +++ b/app-portage/esearch/files/0.7.2-update-shebang-lines.patch @@ -24,7 +24,7 @@ index 2fcc6be..b9e77b6 100755 +++ b/esync.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -u -+#!/usr/bin/env python -u ++#!/usr/bin/env python # # 'python -u' for unbuffered output, so you can call # $ esync | tee esync.log |