diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-03-03 14:06:54 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-03-03 14:06:54 +0100 |
commit | 705b2feecbff5da15cec9d15a807b9e9a51e8059 (patch) | |
tree | c223ba70143ebd8ec2626e07430a646c44090b91 /sci-misc/salome-gui/salome-gui-5.1.3.ebuild | |
parent | sci-misc/salome-med: Update to new qt deps names (diff) | |
download | sci-705b2feecbff5da15cec9d15a807b9e9a51e8059.tar.gz sci-705b2feecbff5da15cec9d15a807b9e9a51e8059.tar.bz2 sci-705b2feecbff5da15cec9d15a807b9e9a51e8059.zip |
sci-misc/salome-gui: Update to new qt deps names
Package-Manager: portage-2.2.0_alpha164
Diffstat (limited to 'sci-misc/salome-gui/salome-gui-5.1.3.ebuild')
-rw-r--r-- | sci-misc/salome-gui/salome-gui-5.1.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-misc/salome-gui/salome-gui-5.1.3.ebuild b/sci-misc/salome-gui/salome-gui-5.1.3.ebuild index 69b111c8d..e01e500ab 100644 --- a/sci-misc/salome-gui/salome-gui-5.1.3.ebuild +++ b/sci-misc/salome-gui/salome-gui-5.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -23,9 +23,9 @@ RDEPEND=" >=dev-python/omniorbpy-3.4 >=sci-libs/hdf5-1.6.4 >=dev-libs/boost-1.40.0 - >=x11-libs/qt-core-4.5.2 - >=x11-libs/qt-gui-4.5.2 - >=x11-libs/qt-opengl-4.5.2 + >=dev-qt/qtcore-4.5.2 + >=dev-qt/qtgui-4.5.2 + >=dev-qt/qtopengl-4.5.2 >=x11-libs/qwt-5.2 >=dev-python/PyQt4-4.5.4 >=sci-libs/vtk-5.0[python,mpi] @@ -87,7 +87,7 @@ src_configure() { } src_compile() { - MAKEOPTS="-j1" emake || die "emake failed" + MAKEOPTS+=" -j1" emake || die "emake failed" } src_install() { |