sci-mathematics/fricas: no longer need to restrict sbcl version
authorAndrey Grozin <grozin@gentoo.org>
Wed, 24 Feb 2016 17:16:42 +0000 (23:16 +0600)
committerAndrey Grozin <grozin@gentoo.org>
Wed, 24 Feb 2016 17:16:42 +0000 (23:16 +0600)
Package-Manager: portage-2.2.27

sci-mathematics/fricas/fricas-1.2.7-r2.ebuild

index 821c202ab25a15d829632d33a03075e2d6c75bd9..3e1eadb4a4a0f30b50706cff860f0caecbee71ac 100644 (file)
@@ -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[*]}