diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-17 09:46:52 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-17 09:46:52 +0000 |
commit | 1ccca35a5dca599814a2fd8b2184739b1602fb09 (patch) | |
tree | 027769204146ba63f1d4b6c0800e292840395e99 /sci-biology/probcons/probcons-1.10.ebuild | |
parent | Version bump (diff) | |
download | historical-1ccca35a5dca599814a2fd8b2184739b1602fb09.tar.gz historical-1ccca35a5dca599814a2fd8b2184739b1602fb09.tar.bz2 historical-1ccca35a5dca599814a2fd8b2184739b1602fb09.zip |
Blocking sci-geosciences/gmt to resolve bug 248333
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-biology/probcons/probcons-1.10.ebuild')
-rw-r--r-- | sci-biology/probcons/probcons-1.10.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-biology/probcons/probcons-1.10.ebuild b/sci-biology/probcons/probcons-1.10.ebuild index e76a9e11f2cb..e648de636d28 100644 --- a/sci-biology/probcons/probcons-1.10.ebuild +++ b/sci-biology/probcons/probcons-1.10.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-biology/probcons/probcons-1.10.ebuild,v 1.2 2006/07/09 07:18:06 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/probcons/probcons-1.10.ebuild,v 1.3 2010/06/17 09:46:52 jlec Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="x86" IUSE="" # Gnuplot is explicitly runtime-only, it's run using system() -RDEPEND="sci-visualization/gnuplot" +RDEPEND=" + !sci-geosciences/gmt + sci-visualization/gnuplot" DEPEND="" S="${WORKDIR}/${PN}" |