diff options
Diffstat (limited to 'sci-geosciences/gmt/gmt-4.1.1.ebuild')
-rw-r--r-- | sci-geosciences/gmt/gmt-4.1.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-geosciences/gmt/gmt-4.1.1.ebuild b/sci-geosciences/gmt/gmt-4.1.1.ebuild index c89e7eb9d69a..fb2b01ee1ef2 100644 --- a/sci-geosciences/gmt/gmt-4.1.1.ebuild +++ b/sci-geosciences/gmt/gmt-4.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.1.1.ebuild,v 1.1 2006/04/10 00:28:49 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.1.1.ebuild,v 1.2 2010/06/17 09:48:27 jlec Exp $ inherit multilib @@ -25,7 +25,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gmtsuppl gmtfull gmthigh gmttria doc" -RDEPEND=">=sci-libs/netcdf-3.5.0" +RDEPEND=" + !sci-biology/probcons + >=sci-libs/netcdf-3.5.0" DEPEND="${RDEPEND} gmtsuppl? ( >=sys-devel/autoconf-2.58 )" |