From f05c8ac7095399b789128baa5c62d4312a1dac1c Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 15 May 2016 01:02:35 +0200 Subject: sci-mathematics/gretl: Fix QA MissingSlotDep Package-Manager: portage-2.2.28 --- sci-mathematics/gretl/gretl-1.9.14.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-mathematics/gretl') 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} -- cgit v1.2.3-65-gdbad