diff options
author | Markus Meier <maekke@gentoo.org> | 2014-09-27 11:33:09 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-09-27 11:33:09 +0000 |
commit | f3d5b5205ac88c1e95e6105a8f90baa240c79ad5 (patch) | |
tree | 4378eb2b072c6c1ea2c9b87186c170e521b63f88 /media-gfx/hugin | |
parent | add ~arm, bug #521400 (diff) | |
download | gentoo-2-f3d5b5205ac88c1e95e6105a8f90baa240c79ad5.tar.gz gentoo-2-f3d5b5205ac88c1e95e6105a8f90baa240c79ad5.tar.bz2 gentoo-2-f3d5b5205ac88c1e95e6105a8f90baa240c79ad5.zip |
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)
Diffstat (limited to 'media-gfx/hugin')
-rw-r--r-- | media-gfx/hugin/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/hugin/hugin-2014.0.0_rc4.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-gfx/hugin/ChangeLog b/media-gfx/hugin/ChangeLog index bdc254f2fb01..bf145392386e 100644 --- a/media-gfx/hugin/ChangeLog +++ b/media-gfx/hugin/ChangeLog @@ -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 <maekke@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 <maekke@gentoo.org> hugin-2013.0.0-r1.ebuild, -hugin-2014.0.0_rc1.ebuild, -hugin-2014.0.0_rc2.ebuild, diff --git a/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild b/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild index 2069cd5738bf..228cffd31e5b 100644 --- a/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild +++ b/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild @@ -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 @@ pkg_setup() { $(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_prepare() { src_install() { cmake-utils_src_install - python_optimize + use python && python_optimize for lang in ${LANGS} ; do case ${lang} in |