diff options
Diffstat (limited to 'sci-mathematics/fricas/fricas-1.2.7-r2.ebuild')
-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[*]} |