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 C3BAB1381F3 for ; Tue, 4 Jun 2013 11:59:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B008EE0942; Tue, 4 Jun 2013 11:59:46 +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 12709E0956 for ; Tue, 4 Jun 2013 11:59:45 +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 2CC7833E285 for ; Tue, 4 Jun 2013 11:59:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C7444E5465 for ; Tue, 4 Jun 2013 11:59:43 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1370347001.846ccf51380c63547ed187e7ed0f413efa0d1f1a.jlec@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.07.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 846ccf51380c63547ed187e7ed0f413efa0d1f1a X-VCS-Branch: master Date: Tue, 4 Jun 2013 11:59:43 +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: 8eff21a8-8903-43a0-8745-1a0451afb38a X-Archives-Hash: a96f7c6068799b66cd3f6c01d1245736 commit: 846ccf51380c63547ed187e7ed0f413efa0d1f1a Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 4 11:56:41 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 4 11:56:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=846ccf51 sci-physics/root: Fix for correct usage of new python eclasses Package-Manager: portage-2.2.0_alpha177 --- sci-physics/root/ChangeLog | 3 +++ sci-physics/root/root-5.34.07.ebuild | 13 +++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index bae3fb6..78c4b9c 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 2012/03/29 18:21:49 bicatali Exp $ + 04 Jun 2013; Justin Lecher root-5.34.07.ebuild: + Fix for correct usage of new python eclasses + *root-5.34.07 (28 May 2013) 28 May 2013; Andrew Savchenko -root-5.34.05.ebuild, diff --git a/sci-physics/root/root-5.34.07.ebuild b/sci-physics/root/root-5.34.07.ebuild index 6c85440..d196d6e 100644 --- a/sci-physics/root/root-5.34.07.ebuild +++ b/sci-physics/root/root-5.34.07.ebuild @@ -41,6 +41,13 @@ IUSE="+X afs avahi -c++0x doc emacs examples fits fftw graphviz htmldoc kerberos ldap +math mpi mysql odbc +opengl openmp oracle postgres prefix pythia6 pythia8 python qt4 +reflex ruby ssl xinetd xml xrootd" +REQUIRED_USE=" + !X? ( !opengl !qt4 ) + htmldoc? ( doc ) + mpi? ( math !openmp ) + openmp? ( math !mpi ) + python? ( ${PYTHON_REQUIRED_USE} )" + CDEPEND=" app-arch/xz-utils >=dev-lang/cfortran-4.4-r2 @@ -105,12 +112,6 @@ RDEPEND="${CDEPEND} PDEPEND="htmldoc? ( ~app-doc/root-docs-${PV} )" -REQUIRED_USE=" - !X? ( !opengl !qt4 ) - htmldoc? ( doc ) - mpi? ( math !openmp ) - openmp? ( math !mpi )" - S="${WORKDIR}/${PN}" pkg_setup() {