diff options
author | Andrey Grozin <grozin@gentoo.org> | 2016-02-24 23:16:42 +0600 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2016-02-24 23:16:42 +0600 |
commit | 9d1d2052a8c04234eb318459f2b51f93e39fe9cf (patch) | |
tree | e671e00217c6f8a9ab402b5da42fb1ab53a69e0f /sci-mathematics/fricas | |
parent | sci-mathematics/fricas: no longer need to restrict sbcl version (diff) | |
download | gentoo-9d1d2052a8c04234eb318459f2b51f93e39fe9cf.tar.gz gentoo-9d1d2052a8c04234eb318459f2b51f93e39fe9cf.tar.bz2 gentoo-9d1d2052a8c04234eb318459f2b51f93e39fe9cf.zip |
sci-mathematics/fricas: no longer need to restrict sbcl version
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-mathematics/fricas')
-rw-r--r-- | sci-mathematics/fricas/fricas-1.2.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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[*]} |