aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/elmer-gui/ChangeLog4
-rw-r--r--sci-misc/elmer-gui/elmer-gui-9999.ebuild6
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-misc/elmer-gui/ChangeLog b/sci-misc/elmer-gui/ChangeLog
index 0526478c7..95192f30b 100644
--- a/sci-misc/elmer-gui/ChangeLog
+++ b/sci-misc/elmer-gui/ChangeLog
@@ -2,10 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> elmer-gui-9999.ebuild:
+ clean up
+
15 Sep 2014; Jauhien Piatlicki <jauhien@gentoo.org> metadata.xml:
silence repoman: add USE descriptions
03 Dec 2013; Justin Lecher <jlec@gentoo.org> elmer-gui-9999.ebuild,
metadata.xml:
Bump EAPI; fix DESCRIPTION; drop keywords from live ebuild; fix whitespacing
-
diff --git a/sci-misc/elmer-gui/elmer-gui-9999.ebuild b/sci-misc/elmer-gui/elmer-gui-9999.ebuild
index fec4f89af..c1ff9722c 100644
--- a/sci-misc/elmer-gui/elmer-gui-9999.ebuild
+++ b/sci-misc/elmer-gui/elmer-gui-9999.ebuild
@@ -11,7 +11,7 @@ inherit autotools eutils qt4-r2 subversion python-single-r1 versionator
ELMER_ROOT="elmerfem"
MY_PN=ElmerGUI
-DESCRIPTION="Elmer is a collection of finite element programs, libraries, and visualization tools, New Elmer pre-processor"
+DESCRIPTION="a collection of finite element programs, libraries, and visualization tools, New Elmer pre-processor"
HOMEPAGE="http://www.csc.fi/english/pages/elmer"
SRC_URI=""
ESVN_REPO_URI="https://elmerfem.svn.sourceforge.net/svnroot/elmerfem/trunk/${MY_PN}"
@@ -38,8 +38,8 @@ DEPEND="
python? ( dev-python/pythonqt )
qwt? ( x11-libs/qwt:5 )
>=dev-qt/qtcore-4.3:4
- >=x11-libs/qt-opengl-4.3:4
- >=x11-libs/qt-script-4.3:4"
+ >=dev-qt/qtopengl-4.3:4
+ >=dev-qt/qtscript-4.3:4"
RDEPEND="${DEPEND}"
src_prepare() {