From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1525C1388C0 for ; Wed, 24 Feb 2016 17:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 814FAE07FB; Wed, 24 Feb 2016 17:26:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22FD4E07FB for ; Wed, 24 Feb 2016 17:26:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C528340943 for ; Wed, 24 Feb 2016 17:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9E4D15FB for ; Wed, 24 Feb 2016 17:26:53 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1456334202.9d1d2052a8c04234eb318459f2b51f93e39fe9cf.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/fricas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/fricas/fricas-1.2.7-r2.ebuild X-VCS-Directories: sci-mathematics/fricas/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 9d1d2052a8c04234eb318459f2b51f93e39fe9cf X-VCS-Branch: master Date: Wed, 24 Feb 2016 17:26:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1766a643-9ed8-4ac7-9060-01be921aaa47 X-Archives-Hash: 5b23d2ffa79b64526ae956f36398f54e commit: 9d1d2052a8c04234eb318459f2b51f93e39fe9cf Author: Andrey Grozin gentoo org> AuthorDate: Wed Feb 24 17:16:42 2016 +0000 Commit: Andrey Grozin gentoo 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[*]}