diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 01:02:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:16:41 +0200 |
commit | f05c8ac7095399b789128baa5c62d4312a1dac1c (patch) | |
tree | f13452c25679a46ba715b70676fcf5ee02f6085d /sci-mathematics/gretl | |
parent | sci-mathematics/gmp-ecm: Fix QA MissingSlotDep (diff) | |
download | gentoo-f05c8ac7095399b789128baa5c62d4312a1dac1c.tar.gz gentoo-f05c8ac7095399b789128baa5c62d4312a1dac1c.tar.bz2 gentoo-f05c8ac7095399b789128baa5c62d4312a1dac1c.zip |
sci-mathematics/gretl: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics/gretl')
-rw-r--r-- | sci-mathematics/gretl/gretl-1.9.14.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/gretl/gretl-1.9.14.ebuild b/sci-mathematics/gretl/gretl-1.9.14.ebuild index a6904c111536..5cf5bb00500d 100644 --- a/sci-mathematics/gretl/gretl-1.9.14.ebuild +++ b/sci-mathematics/gretl/gretl-1.9.14.ebuild @@ -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} |