diff options
author | Markus Meier <maekke@gentoo.org> | 2010-01-20 20:06:59 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-01-20 20:06:59 +0000 |
commit | 1fe3fda303ce041059b244db372eebf30473b7f7 (patch) | |
tree | 552352f6fbae451023766fc6a0790a4658c307be /sci-visualization/opendx | |
parent | Reduced number of jobs for the tests and updated the mpi m4 macro, should fix... (diff) | |
download | gentoo-2-1fe3fda303ce041059b244db372eebf30473b7f7.tar.gz gentoo-2-1fe3fda303ce041059b244db372eebf30473b7f7.tar.bz2 gentoo-2-1fe3fda303ce041059b244db372eebf30473b7f7.zip |
amd64 stable, bug #299835
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/opendx')
-rw-r--r-- | sci-visualization/opendx/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/opendx/opendx-4.4.4-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-visualization/opendx/ChangeLog b/sci-visualization/opendx/ChangeLog index cbef0dd72172..b49515842fd2 100644 --- a/sci-visualization/opendx/ChangeLog +++ b/sci-visualization/opendx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/opendx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.21 2010/01/18 05:55:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.22 2010/01/20 20:06:59 maekke Exp $ + + 20 Jan 2010; Markus Meier <maekke@gentoo.org> opendx-4.4.4-r4.ebuild: + amd64 stable, bug #299835 18 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> opendx-4.3.2-r1.ebuild, opendx-4.4.4-r4.ebuild: diff --git a/sci-visualization/opendx/opendx-4.4.4-r4.ebuild b/sci-visualization/opendx/opendx-4.4.4-r4.ebuild index 56fbb7b9a01e..594e18276e98 100644 --- a/sci-visualization/opendx/opendx-4.4.4-r4.ebuild +++ b/sci-visualization/opendx/opendx-4.4.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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-r4.ebuild,v 1.4 2010/01/18 05:55:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4-r4.ebuild,v 1.5 2010/01/20 20:06:59 maekke Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="http://opendx.sdsc.edu/source/${P/open}.tar.gz" LICENSE="IBM" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="hdf cdf netcdf tiff imagemagick szip smp" |