commit: 9d1d2052a8c04234eb318459f2b51f93e39fe9cf
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 17:16:42 2016 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 17:16:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1d2052
sci-mathematics/fricas: no longer need to restrict sbcl version
Package-Manager: portage-2.2.27
sci-mathematics/fricas/fricas-1.2.7-r2.ebuild | 4 ++--
1 file 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 821c202..3e1eadb 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[*]}