hasufell    14/05/04 14:53:50

  Modified:             uqm-0.7.0-r2.ebuild ChangeLog
  Log:
  fix build if CC has whitespace
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.5                  games-strategy/uqm/uqm-0.7.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild?r1=1.4&r2=1.5

Index: uqm-0.7.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- uqm-0.7.0-r2.ebuild 22 Nov 2012 10:08:14 -0000      1.4
+++ uqm-0.7.0-r2.ebuild 4 May 2014 14:53:50 -0000       1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild,v 
1.4 2012/11/22 10:08:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild,v 
1.5 2014/05/04 14:53:50 hasufell Exp $
 
 EAPI=2
 inherit eutils multilib toolchain-funcs games
@@ -65,7 +65,7 @@
 
        # respect CC
        sed -i \
-               -e 's/PROG_gcc_FILE="gcc"/PROG_gcc_FILE="'$(tc-getCC)'"/' \
+               -e "s/PROG_gcc_FILE=\"gcc\"/PROG_gcc_FILE=\"$(tc-getCC)\"/" \
                build/unix/config_proginfo_build \
                || die "sed config_proginfo_build failed"
 }



1.44                 games-strategy/uqm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   22 Jan 2013 18:07:55 -0000      1.43
+++ ChangeLog   4 May 2014 14:53:50 -0000       1.44
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/uqm
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.43 
2013/01/22 18:07:55 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.44 
2014/05/04 14:53:50 hasufell Exp $
+
+  04 May 2014; Julian Ospald <hasuf...@gentoo.org> uqm-0.7.0-r2.ebuild:
+  fix build if CC has whitespace
 
   22 Jan 2013; Michael Sterrett <mr_bon...@gentoo.org> -uqm-0.7.0-r1.ebuild:
   old




Reply via email to