bircoph     15/04/15 08:48:36

  Modified:             ChangeLog root-6.02.05-r2.ebuild
  Log:
  fix make install failure
  
  Signed-off-by: Andrew Savchenko <birc...@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
565953B95372756C)

Revision  Changes    Path
1.145                sci-physics/root/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.145&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.145&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.144&r2=1.145

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   12 Apr 2015 22:50:44 -0000      1.144
+++ ChangeLog   15 Apr 2015 08:48:36 -0000      1.145
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/root
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.144 
2015/04/12 22:50:44 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.145 
2015/04/15 08:48:36 bircoph Exp $
+
+  15 Apr 2015; Andrew Savchenko <birc...@gentoo.org> root-6.02.05-r2.ebuild:
+  Set ROOTSYS during make install, since a different value (e.g. from
+  older installed version) may broke make install.
 
   12 Apr 2015; Andrew Savchenko <birc...@gentoo.org> -root-5.34.28.ebuild:
   Remove old.



1.3                  sci-physics/root/root-6.02.05-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?r1=1.2&r2=1.3

Index: root-6.02.05-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- root-6.02.05-r2.ebuild      12 Apr 2015 20:55:34 -0000      1.2
+++ root-6.02.05-r2.ebuild      15 Apr 2015 08:48:36 -0000      1.3
@@ -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/sci-physics/root/root-6.02.05-r2.ebuild,v 
1.2 2015/04/12 20:55:34 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 
1.3 2015/04/15 08:48:36 bircoph Exp $
 
 EAPI=5
 
@@ -434,7 +434,7 @@
 }
 
 src_install() {
-       emake DESTDIR="${D}" install
+       ROOTSYS="${S}" emake DESTDIR="${D}" install
        dodoc README.md
 
        echo "LDPATH=${EPREFIX%/}/usr/$(get_libdir)/root" > 99root




Reply via email to