From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QA3qD-0005hX-OB for garchives@archives.gentoo.org; Wed, 13 Apr 2011 17:26:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDFF71C105; Wed, 13 Apr 2011 17:26:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B55301C105 for ; Wed, 13 Apr 2011 17:26:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB7531B413B for ; Wed, 13 Apr 2011 17:26:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D9D6D80076 for ; Wed, 13 Apr 2011 17:26:48 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <9bb8096c952d79a22734508406107196b1f5c856.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/paraview/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/paraview/ChangeLog sci-visualization/paraview/paraview-3.8.1.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9bb8096c952d79a22734508406107196b1f5c856 Date: Wed, 13 Apr 2011 17:26:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 73d6582f6365c3022d4a52ef67784d60 commit: 9bb8096c952d79a22734508406107196b1f5c856 Author: Justin Lecher gentoo org> AuthorDate: Wed Apr 13 17:14:22 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Apr 13 17:14:22 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D9bb8096c Fix for python ABI stuff (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-visualization/paraview/ChangeLog | 3 +++ sci-visualization/paraview/paraview-3.8.1.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sci-visualization/paraview/ChangeLog b/sci-visualization/par= aview/ChangeLog index 036aaa8..c6ff099 100644 --- a/sci-visualization/paraview/ChangeLog +++ b/sci-visualization/paraview/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 13 Apr 2011; Justin Lecher paraview-3.8.1.ebuild: + Fix for python ABI stuff + 09 Mar 2011; Oliver Borm (boroli) paraview-3.8.1.ebu= ild: sci-visualization/paraview: removed OFF patch as this is now an extern= al plugin diff --git a/sci-visualization/paraview/paraview-3.8.1.ebuild b/sci-visua= lization/paraview/paraview-3.8.1.ebuild index 655bac2..1513fb1 100644 --- a/sci-visualization/paraview/paraview-3.8.1.ebuild +++ b/sci-visualization/paraview/paraview-3.8.1.ebuild @@ -6,7 +6,7 @@ EAPI=3D2 =20 PYTHON_DEPEND=3D"python? 2:2.6" =20 -inherit distutils eutils flag-o-matic toolchain-funcs versionator multil= ib python qt4-r2 cmake-utils +inherit eutils flag-o-matic toolchain-funcs versionator multilib python = qt4-r2 cmake-utils =20 MAIN_PV=3D$(get_major_version) MAJOR_PV=3D$(get_version_component_range 1-2)