commit: f05c8ac7095399b789128baa5c62d4312a1dac1c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 23:02:35 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 14 23:16:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05c8ac7
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(-)
diff --git a/sci-mathematics/gretl/gretl-1.9.14.ebuild
b/sci-mathematics/gretl/gretl-1.9.14.ebuild
index a6904c1..5cf5bb0 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}