From 89c34c15e56bc3110e5c966cc28ecfe0ef9fd1a9 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 7 Mar 2011 12:30:14 +0100 Subject: Correct Slots for gtk 3 introduction to tree (Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 70EB7916) --- .../salome-component/salome-component-5.1.3.ebuild | 36 +++++++++++++--------- 1 file changed, 21 insertions(+), 15 deletions(-) (limited to 'sci-misc/salome-component/salome-component-5.1.3.ebuild') diff --git a/sci-misc/salome-component/salome-component-5.1.3.ebuild b/sci-misc/salome-component/salome-component-5.1.3.ebuild index fc7f6f087..db50d7526 100644 --- a/sci-misc/salome-component/salome-component-5.1.3.ebuild +++ b/sci-misc/salome-component/salome-component-5.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -8,7 +8,7 @@ PYTHON_DEPEND="2:2.4" inherit eutils flag-o-matic python -DESCRIPTION="SALOME : The Open Source Integration Platform for Numerical Simulation. COMPONENT Component" +DESCRIPTION="The Open Source Integration Platform for Numerical Simulation - COMPONENT Component" HOMEPAGE="http://www.salome-platform.org" SRC_URI="http://files.opencascade.com/Salome/Salome${PV}/src${PV}.tar.gz" @@ -17,25 +17,31 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="debug doc mpi" -RDEPEND="mpi? ( || ( sys-cluster/openmpi[cxx] - sys-cluster/mpich2[cxx] ) ) - debug? ( dev-util/cppunit ) - >=sci-misc/salome-kernel-${PV} - >=sci-misc/salome-gui-${PV} - >=sci-misc/salome-med-${PV} - >=x11-libs/qt-core-4.4.3 - >=x11-libs/qt-gui-4.4.3 - >=x11-libs/qt-opengl-4.4.3 - >=x11-libs/qwt-5.2 - >=dev-python/PyQt4-4.4.3 - >=sci-libs/opencascade-6.3" +RDEPEND=" + >=sci-misc/salome-kernel-${PV} + >=sci-misc/salome-gui-${PV} + >=sci-misc/salome-med-${PV} + >=x11-libs/qt-core-4.4.3 + >=x11-libs/qt-gui-4.4.3 + >=x11-libs/qt-opengl-4.4.3 + >=x11-libs/qwt-5.2 + >=dev-python/PyQt4-4.4.3 + >=sci-libs/opencascade-6.3 + debug? ( dev-util/cppunit ) + mpi? + ( + || ( + sys-cluster/openmpi[cxx] + sys-cluster/mpich2[cxx] + ) + )" DEPEND="${RDEPEND} >=app-doc/doxygen-1.5.6 media-gfx/graphviz >=dev-python/docutils-0.4 >=dev-python/sip-4.7.7 dev-lang/swig - dev-libs/libxml2" + dev-libs/libxml2:2" MODULE_NAME="COMPONENT" S="${WORKDIR}/src${PV}/${MODULE_NAME}_SRC_${PV}" -- cgit v1.2.3