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 457CE138247 for ; Fri, 8 Nov 2013 17:50:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF868E09AF; Fri, 8 Nov 2013 17:50:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5939EE09AF for ; Fri, 8 Nov 2013 17:50:05 +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 B033F33ED24 for ; Fri, 8 Nov 2013 17:50:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 56A10E545C for ; Fri, 8 Nov 2013 17:50:03 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1383932886.7e85e92d43dab6772389a965f189cb62218d3846.bircoph@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/root/ChangeLog sci-physics/root/root-5.34.10-r2.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 7e85e92d43dab6772389a965f189cb62218d3846 X-VCS-Branch: master Date: Fri, 8 Nov 2013 17:50:03 +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: 5b4929e3-3690-4392-98e8-ba3fe417aff6 X-Archives-Hash: 90fcb75cd8045abcdb54030b9554a42c commit: 7e85e92d43dab6772389a965f189cb62218d3846 Author: Andrew Savchenko gmail com> AuthorDate: Fri Nov 8 17:48:06 2013 +0000 Commit: Andrew Savchenko gmail com> CommitDate: Fri Nov 8 17:48:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7e85e92d sci-physics/root: update pythia dependency Since pythia-8.1.80 API was changed and root-5.34.10-r2.ebuild: + Fix pythia dependency: versions >= 8.1.80 changed API and are no + longer supported for this root verison. + 15 Oct 2013; Andrew Savchenko -root-5.34.10.ebuild, -root-5.34.10-r1.ebuild, root-5.34.10-r2.ebuild, root-9999.ebuild, -files/root-5.32.00-nobyte-compile.patch, -files/root-9999-cling.patch: diff --git a/sci-physics/root/root-5.34.10-r2.ebuild b/sci-physics/root/root-5.34.10-r2.ebuild index 8d18cef..0d460b0 100644 --- a/sci-physics/root/root-5.34.10-r2.ebuild +++ b/sci-physics/root/root-5.34.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.09.ebuild,v 1.2 2013/09/05 19:44:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.10-r2.ebuild,v 1.1 2013/10/29 17:00:37 bicatali Exp $ EAPI=5 @@ -101,7 +101,7 @@ CDEPEND=" oracle? ( dev-db/oracle-instantclient-basic ) postgres? ( dev-db/postgresql-base ) pythia6? ( sci-physics/pythia:6 ) - pythia8? ( sci-physics/pythia:8 ) + pythia8? (