vapier      15/02/16 11:28:47

  Modified:             iojs-1.2.0.ebuild ChangeLog
  Log:
  Fix by Paul McClave to respect $PKG_CONFIG.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.4                  net-libs/iojs/iojs-1.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/iojs/iojs-1.2.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/iojs/iojs-1.2.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/iojs/iojs-1.2.0.ebuild?r1=1.3&r2=1.4

Index: iojs-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/iojs/iojs-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iojs-1.2.0.ebuild   16 Feb 2015 11:26:23 -0000      1.3
+++ iojs-1.2.0.ebuild   16 Feb 2015 11:28:47 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/iojs-1.2.0.ebuild,v 1.3 
2015/02/16 11:26:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/iojs-1.2.0.ebuild,v 1.4 
2015/02/16 11:28:47 vapier Exp $
 
 EAPI=5
 
@@ -54,6 +54,8 @@
        sed -i -e "s/'lib'/'${LIBDIR}'/" lib/module.js || die
        sed -i -e "s|\"lib\"|\"${LIBDIR}\"|" deps/npm/lib/npm.js || die
 
+       epatch "${FILESDIR}"/${PN}-1.2.0-pkgconfig.patch
+
        # Avoid a test that I've only been able to reproduce from emerge. It 
doesnt
        # seem sandbox related either (invoking it from a sandbox works fine).
        # The issue is that no stdin handle is openened when asked for one.
@@ -61,7 +63,7 @@
        # with more gentoo-knowledge than me (jbergstroem) figures it out.
        rm test/parallel/test-stdout-close-unref.js
 
-       tc-export CC CXX
+       tc-export CC CXX PKG_CONFIG
        export V=1
 }
 



1.7                  net-libs/iojs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/iojs/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/iojs/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/iojs/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   16 Feb 2015 11:26:23 -0000      1.6
+++ ChangeLog   16 Feb 2015 11:28:47 -0000      1.7
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/iojs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v 1.6 2015/02/16 
11:26:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v 1.7 2015/02/16 
11:28:47 vapier Exp $
+
+  16 Feb 2015; Mike Frysinger <[email protected]>
+  +files/iojs-1.2.0-pkgconfig.patch, iojs-1.2.0.ebuild:
+  Fix by Paul McClave to respect $PKG_CONFIG.
 
   16 Feb 2015; Mike Frysinger <[email protected]> iojs-1.2.0.ebuild:
   Fix by Paul McClave to drop the v8 -D flag for x86 targets as configure does




Reply via email to