diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-01 14:57:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-01 14:57:59 +0000 |
commit | b8f26c28d31ff9d9d4a539118428f57457ef2f78 (patch) | |
tree | 5a850e6c9862e0d3640e2604a65906c580ea46bc /media-tv/xmltv | |
parent | Initial import, ebuild from sunrise overlay. Thanks to idl0r and all the othe... (diff) | |
download | gentoo-2-b8f26c28d31ff9d9d4a539118428f57457ef2f78.tar.gz gentoo-2-b8f26c28d31ff9d9d4a539118428f57457ef2f78.tar.bz2 gentoo-2-b8f26c28d31ff9d9d4a539118428f57457ef2f78.zip |
whitespace
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'media-tv/xmltv')
-rw-r--r-- | media-tv/xmltv/xmltv-0.5.55.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-tv/xmltv/xmltv-0.5.55.ebuild b/media-tv/xmltv/xmltv-0.5.55.ebuild index 8bb8105e5f78..6ea453737d93 100644 --- a/media-tv/xmltv/xmltv-0.5.55.ebuild +++ b/media-tv/xmltv/xmltv-0.5.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.55.ebuild,v 1.1 2009/04/01 06:30:38 mattepiu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.55.ebuild,v 1.2 2009/04/01 14:57:59 mr_bones_ Exp $ inherit eutils perl-module @@ -161,7 +161,6 @@ src_unpack() { src_compile() { sed -i "s:\$VERSION = '${PV}':\$VERSION = '${PVR}':" Makefile.PL || die - # latest per-module eclass seems to not allow a real use of pm_echovar, # so instead of the default method below we're forced to skip perl-module_src_compile pm_echovar=`make_config` |