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 48F15138010 for ; Fri, 12 Oct 2012 22:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D716E0281; Fri, 12 Oct 2012 22:08:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8056CE0281 for ; Fri, 12 Oct 2012 22:08:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D719933DA31 for ; Fri, 12 Oct 2012 22:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8096AE5436 for ; Fri, 12 Oct 2012 22:08:56 +0000 (UTC) From: "Thomas Kahle" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Kahle" Message-ID: <1350079717.851355a6681601bd967ad5b263c57c35fa5e10ca.tom111@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/Macaulay2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/Macaulay2/ChangeLog sci-mathematics/Macaulay2/Macaulay2-9999.ebuild X-VCS-Directories: sci-mathematics/Macaulay2/ X-VCS-Committer: tom111 X-VCS-Committer-Name: Thomas Kahle X-VCS-Revision: 851355a6681601bd967ad5b263c57c35fa5e10ca X-VCS-Branch: master Date: Fri, 12 Oct 2012 22:08:56 +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: 92ebe989-1f3b-4730-8e2a-806cf3af054d X-Archives-Hash: fc1113dfdbae159cb68eff183de9addf commit: 851355a6681601bd967ad5b263c57c35fa5e10ca Author: Thomas Kahle gentoo org> AuthorDate: Fri Oct 12 22:08:37 2012 +0000 Commit: Thomas Kahle gmx de> CommitDate: Fri Oct 12 22:08:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=851355a6 bump boehm-gc, fix python (Portage version: 2.1.11.26/git/Linux x86_64) --- sci-mathematics/Macaulay2/ChangeLog | 3 +++ sci-mathematics/Macaulay2/Macaulay2-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaulay2/ChangeLog index a8de11c..d5348f6 100644 --- a/sci-mathematics/Macaulay2/ChangeLog +++ b/sci-mathematics/Macaulay2/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 12 Oct 2012; Thomas Kahle Macaulay2-9999.ebuild: + bump boehm-gc, fix python + + 12 Oct 2012; Thomas Kahle Macaulay2-9999.ebuild: Fix deps of live ebuild 12 Oct 2012; Thomas Kahle Macaulay2-9999.ebuild, diff --git a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild index 67c1fee..20a80b2 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild @@ -4,7 +4,7 @@ EAPI=4 -inherit autotools elisp-common eutils flag-o-matic subversion +inherit autotools elisp-common eutils flag-o-matic python subversion IUSE="emacs optimization" @@ -47,7 +47,7 @@ DEPEND=" dev-util/ctags sys-libs/ncurses sys-process/time - >dev-libs/boehm-gc-7.1 + >=dev-libs/boehm-gc-7.2_alpha6 dev-libs/libatomic_ops emacs? ( virtual/emacs )" RDEPEND="${DEPEND}"