maekke      14/09/27 11:33:09

  Modified:             ChangeLog hugin-2014.0.0_rc4.ebuild
  Log:
  call python eclass functions depending on USE=python, by Kent Fredric in bug 
#523842
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
072AD062)

Revision  Changes    Path
1.149                media-gfx/hugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.149&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.149&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.148&r2=1.149

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   9 Jun 2014 08:19:09 -0000       1.148
+++ ChangeLog   27 Sep 2014 11:33:09 -0000      1.149
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/hugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.148 
2014/06/09 08:19:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.149 
2014/09/27 11:33:09 maekke Exp $
+
+  27 Sep 2014; Markus Meier <mae...@gentoo.org> hugin-2014.0.0_rc4.ebuild:
+  call python eclass functions depending on USE=python, by Kent Fredric in bug
+  #523842
 
   09 Jun 2014; Markus Meier <mae...@gentoo.org> hugin-2013.0.0-r1.ebuild,
   -hugin-2014.0.0_rc1.ebuild, -hugin-2014.0.0_rc2.ebuild,



1.3                  media-gfx/hugin/hugin-2014.0.0_rc4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild?r1=1.2&r2=1.3

Index: hugin-2014.0.0_rc4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hugin-2014.0.0_rc4.ebuild   9 Jun 2014 08:19:09 -0000       1.2
+++ hugin-2014.0.0_rc4.ebuild   27 Sep 2014 11:33:09 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild,v 
1.2 2014/06/09 08:19:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild,v 
1.3 2014/09/27 11:33:09 maekke Exp $
 
 EAPI=5
 
@@ -57,7 +57,7 @@
                $(cmake-utils_use_enable lapack LAPACK)
                $(cmake-utils_use_build python HSI)
        )
-       python-single-r1_pkg_setup
+       use python && python-single-r1_pkg_setup
 }
 
 src_prepare() {
@@ -71,7 +71,7 @@
 
 src_install() {
        cmake-utils_src_install
-       python_optimize
+       use python && python_optimize
 
        for lang in ${LANGS} ; do
                case ${lang} in




Reply via email to