From: Andrey Grozin Date: Wed, 24 Feb 2016 17:16:42 +0000 (+0600) Subject: sci-mathematics/fricas: no longer need to restrict sbcl version X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d1d2052a8c04234eb318459f2b51f93e39fe9cf;p=gentoo.git sci-mathematics/fricas: no longer need to restrict sbcl version Package-Manager: portage-2.2.27 --- diff --git a/sci-mathematics/fricas/fricas-1.2.7-r2.ebuild b/sci-mathematics/fricas/fricas-1.2.7-r2.ebuild index 821c202ab25a..3e1eadb4a4a0 100644 --- a/sci-mathematics/fricas/fricas-1.2.7-r2.ebuild +++ b/sci-mathematics/fricas/fricas-1.2.7-r2.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$ EAPI=5 @@ -19,7 +19,7 @@ COMS=( . lisp . ecl . ccl ) IUSE="${LISPS[*]} X emacs gmp" RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE ) emacs? ( virtual/emacs ) - gmp? ( dev-libs/gmp )" + gmp? ( dev-libs/gmp:= )" # Generating lisp deps n=${#LISPS[*]}