diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-11-19 05:45:02 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-11-19 05:45:02 +0000 |
commit | d1ea777847201d1b4af3657656fe5900e0e68afc (patch) | |
tree | 846cab7ac750850ad19077a375ccf3e3521fdaec /sci-visualization | |
parent | Bump to 0.10.30. No major changes. (diff) | |
download | gentoo-2-d1ea777847201d1b4af3657656fe5900e0e68afc.tar.gz gentoo-2-d1ea777847201d1b4af3657656fe5900e0e68afc.tar.bz2 gentoo-2-d1ea777847201d1b4af3657656fe5900e0e68afc.zip |
Remove the no hdri restriction on imagemagick dependency. Thanks Jaroslaw Kalinowski (bug #344819)
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/opendx/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/opendx/opendx-4.4.4-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-visualization/opendx/ChangeLog b/sci-visualization/opendx/ChangeLog index 17aa85157b93..86c7d370a5ac 100644 --- a/sci-visualization/opendx/ChangeLog +++ b/sci-visualization/opendx/ChangeLog @@ -1,6 +1,10 @@ # 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.24 2010/10/10 22:00:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.25 2010/11/19 05:45:02 bicatali Exp $ + + 19 Nov 2010; Sébastien Fabbro <bicatali@gentoo.org> opendx-4.4.4-r4.ebuild: + Remove the no hdri restriction on imagemagick dependency. Thanks Jaroslaw + Kalinowski (bug #344819) 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> opendx-4.4.4-r4.ebuild: Fix openmotif dependency. diff --git a/sci-visualization/opendx/opendx-4.4.4-r4.ebuild b/sci-visualization/opendx/opendx-4.4.4-r4.ebuild index 6d518e32390a..0c57af78a909 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.7 2010/10/10 22:00:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4-r4.ebuild,v 1.8 2010/11/19 05:45:02 bicatali Exp $ EAPI=2 @@ -29,7 +29,7 @@ DEPEND="x11-libs/libXmu cdf? ( sci-libs/cdf ) netcdf? ( sci-libs/netcdf ) tiff? ( media-libs/tiff ) - imagemagick? ( >=media-gfx/imagemagick-5.3.4[-hdri] )" + imagemagick? ( >=media-gfx/imagemagick-5.3.4 )" RDEPEND="${DEPEND}" # waiting on bug #36349 for media-libs/jasper in imagemagick |