diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-12 23:56:52 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-12 23:56:52 +0000 |
commit | f3360f0a211efee5e43c4f09a7c400276290724c (patch) | |
tree | e281d74ab18213e9531e846f5365fdce5da69180 /media-sound/lilypond | |
parent | Version bump. (diff) | |
download | gentoo-2-f3360f0a211efee5e43c4f09a7c400276290724c.tar.gz gentoo-2-f3360f0a211efee5e43c4f09a7c400276290724c.tar.bz2 gentoo-2-f3360f0a211efee5e43c4f09a7c400276290724c.zip |
Remove unnecessary python convert shebangs line.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.14.2.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog index fcd927e92fa6..54641f5672ff 100644 --- a/media-sound/lilypond/ChangeLog +++ b/media-sound/lilypond/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lilypond # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.113 2012/03/12 23:52:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.114 2012/03/12 23:56:52 radhermit Exp $ + + 12 Mar 2012; Tim Harder <radhermit@gentoo.org> lilypond-2.14.2.ebuild: + Remove unnecessary python convert shebangs line. *lilypond-2.14.2 (12 Mar 2012) diff --git a/media-sound/lilypond/lilypond-2.14.2.ebuild b/media-sound/lilypond/lilypond-2.14.2.ebuild index b1e572cb8812..fee6714c387b 100644 --- a/media-sound/lilypond/lilypond-2.14.2.ebuild +++ b/media-sound/lilypond/lilypond-2.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.14.2.ebuild,v 1.1 2012/03/12 23:52:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.14.2.ebuild,v 1.2 2012/03/12 23:56:52 radhermit Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -46,8 +46,6 @@ src_prepare() { if ! use vim-syntax ; then sed -i -e "s/vim//" GNUmakefile.in || die fi - - #python_convert_shebangs -r 2 . } src_configure() { |