sci-mathematics/gretl: Fix QA MissingSlotDep
authorDavid Seifert <soap@gentoo.org>
Sat, 14 May 2016 23:02:35 +0000 (01:02 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 14 May 2016 23:16:41 +0000 (01:16 +0200)
Package-Manager: portage-2.2.28

sci-mathematics/gretl/gretl-1.9.14.ebuild

index a6904c1115360cfa06c3ed1aa7429b98b75b12c8..5cf5bb00500d7f76dd0be3cceac53e8e8c0878b5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,9 +20,9 @@ IUSE="accessibility cpu_flags_x86_avx emacs gnome gtk nls odbc openmp python
 
 CDEPEND="
        dev-libs/glib:2
-       dev-libs/gmp
+       dev-libs/gmp:0=
        dev-libs/libxml2:2
-       dev-libs/mpfr
+       dev-libs/mpfr:0
        sci-libs/fftw:3.0
        sci-visualization/gnuplot
        virtual/lapack
@@ -36,7 +36,7 @@ CDEPEND="
                        x11-libs/gtksourceview:3.0 )
        odbc? ( dev-db/unixODBC )
        R? ( dev-lang/R )
-       readline? ( sys-libs/readline )"
+       readline? ( sys-libs/readline:0 )"
 RDEPEND="${CDEPEND}
        python? ( dev-python/numpy )"
 DEPEND="${CDEPEND}