Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/fricas/
Date: Wed, 24 Feb 2016 17:27:00
Message-Id: 1456334202.9d1d2052a8c04234eb318459f2b51f93e39fe9cf.grozin@gentoo
1 commit: 9d1d2052a8c04234eb318459f2b51f93e39fe9cf
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 24 17:16:42 2016 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 17:16:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1d2052
7
8 sci-mathematics/fricas: no longer need to restrict sbcl version
9
10 Package-Manager: portage-2.2.27
11
12 sci-mathematics/fricas/fricas-1.2.7-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-mathematics/fricas/fricas-1.2.7-r2.ebuild b/sci-mathematics/fricas/fricas-1.2.7-r2.ebuild
16 index 821c202..3e1eadb 100644
17 --- a/sci-mathematics/fricas/fricas-1.2.7-r2.ebuild
18 +++ b/sci-mathematics/fricas/fricas-1.2.7-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24 EAPI=5
25 @@ -19,7 +19,7 @@ COMS=( . lisp . ecl . ccl )
26 IUSE="${LISPS[*]} X emacs gmp"
27 RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE )
28 emacs? ( virtual/emacs )
29 - gmp? ( dev-libs/gmp )"
30 + gmp? ( dev-libs/gmp:= )"
31
32 # Generating lisp deps
33 n=${#LISPS[*]}