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 | d3916fb17389bac95cd421f724bbdbd4471418f1 (patch) | |
tree | b54bd882c3a557aeb79dbc5e2ff5f2c3de15fa0f /sci-biology/probcons/probcons-1.12-r1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-d3916fb17389bac95cd421f724bbdbd4471418f1.tar.gz gentoo-2-d3916fb17389bac95cd421f724bbdbd4471418f1.tar.bz2 gentoo-2-d3916fb17389bac95cd421f724bbdbd4471418f1.zip |
Blocking sci-geosciences/gmt to resolve bug 248333
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/probcons/probcons-1.12-r1.ebuild')
-rw-r--r-- | sci-biology/probcons/probcons-1.12-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-biology/probcons/probcons-1.12-r1.ebuild b/sci-biology/probcons/probcons-1.12-r1.ebuild index 4dbeda112c8e..3dd4c9f108c3 100644 --- a/sci-biology/probcons/probcons-1.12-r1.ebuild +++ b/sci-biology/probcons/probcons-1.12-r1.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-biology/probcons/probcons-1.12-r1.ebuild,v 1.1 2010/06/15 13:27:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/probcons/probcons-1.12-r1.ebuild,v 1.2 2010/06/17 09:46:52 jlec Exp $ EAPI="3" @@ -18,7 +18,9 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" 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}" |