diff options
-rw-r--r-- | sci-chemistry/apbs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/apbs/apbs-1.3.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sci-chemistry/apbs/ChangeLog b/sci-chemistry/apbs/ChangeLog index e5ccc8e3b40e..0f2562e57856 100644 --- a/sci-chemistry/apbs/ChangeLog +++ b/sci-chemistry/apbs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/apbs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.41 2010/10/27 17:19:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.42 2010/10/31 09:43:48 jlec Exp $ + + 31 Oct 2010; Justin Lecher <jlec@gentoo.org> apbs-1.3.ebuild: + Make einfo on parallel python and mpi support *apbs-1.3 (27 Oct 2010) diff --git a/sci-chemistry/apbs/apbs-1.3.ebuild b/sci-chemistry/apbs/apbs-1.3.ebuild index 20063b3c0a8e..761c8d910bfe 100644 --- a/sci-chemistry/apbs/apbs-1.3.ebuild +++ b/sci-chemistry/apbs/apbs-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3.ebuild,v 1.1 2010/10/27 17:19:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3.ebuild,v 1.2 2010/10/31 09:43:48 jlec Exp $ EAPI="3" @@ -33,6 +33,10 @@ S="${WORKDIR}"/"${MY_P}-source" pkg_setup() { use python && python_set_active_version 2 fortran_pkg_setup + if use mpi && use python; then + einfo "mpi and python support are incompatible" + einfo "Disabling USE=python" + fi } src_prepare() { |