diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-04-05 17:24:33 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-04-05 17:24:33 +0000 |
commit | ba64e91791e485f288c5351d81ec6bc4dba64ee3 (patch) | |
tree | 4b103ebf84566df27dc8d3ccc80978a5f318c2f5 /sci-visualization | |
parent | Version bump. Shortened description. Added myself to metadata. (diff) | |
download | gentoo-2-ba64e91791e485f288c5351d81ec6bc4dba64ee3.tar.gz gentoo-2-ba64e91791e485f288c5351d81ec6bc4dba64ee3.tar.bz2 gentoo-2-ba64e91791e485f288c5351d81ec6bc4dba64ee3.zip |
Need to call linux-info_pkg_setup to pick up the correct environment variables (fixed bug #216243).
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/opendx/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/opendx/opendx-4.3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-visualization/opendx/opendx-4.4.4.ebuild | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/sci-visualization/opendx/ChangeLog b/sci-visualization/opendx/ChangeLog index 2f6e551b3d26..0de7212baab1 100644 --- a/sci-visualization/opendx/ChangeLog +++ b/sci-visualization/opendx/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-visualization/opendx # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.10 2008/03/26 13:17:07 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.11 2008/04/05 17:24:33 markusle Exp $ + + 05 Apr 2008; Markus Dittrich <markusle@gentoo.org> opendx-4.3.2-r1.ebuild, + opendx-4.4.4.ebuild: + Need to call linux-info_pkg_setup to pick up the correct environment + variables (fixed bug #216243). 26 Mar 2008; Markus Dittrich <markusle@gentoo.org> opendx-4.3.2-r1.ebuild, opendx-4.4.4.ebuild: diff --git a/sci-visualization/opendx/opendx-4.3.2-r1.ebuild b/sci-visualization/opendx/opendx-4.3.2-r1.ebuild index 6d17c7038fbf..d772adc40d79 100644 --- a/sci-visualization/opendx/opendx-4.3.2-r1.ebuild +++ b/sci-visualization/opendx/opendx-4.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild,v 1.7 2008/03/26 13:17:07 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild,v 1.8 2008/04/05 17:24:33 markusle Exp $ # Set SMP="no" to force disable of SMP compilation. # Set SMP="yes" to force enable of SMP compilation. @@ -60,6 +60,8 @@ pkg_setup() { die "Please re-emerge imagemagick with USE=\"-hdri\" or compilation will fail" fi fi + + linux-info_pkg_setup } src_compile() { diff --git a/sci-visualization/opendx/opendx-4.4.4.ebuild b/sci-visualization/opendx/opendx-4.4.4.ebuild index 58eb08adeded..19941646be41 100644 --- a/sci-visualization/opendx/opendx-4.4.4.ebuild +++ b/sci-visualization/opendx/opendx-4.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild,v 1.3 2008/03/26 13:17:07 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild,v 1.4 2008/04/05 17:24:33 markusle Exp $ # Set SMP="no" to force disable of SMP compilation. # Set SMP="yes" to force enable of SMP compilation. @@ -61,6 +61,8 @@ pkg_setup() { die "Please re-emerge imagemagick with USE=\"-hdri\" or compilation will fail" fi fi + + linux-info_pkg_setup } src_unpack() { |