diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-11 08:35:03 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-11 08:35:03 +0000 |
commit | f4b7690bd7cbc761f44d508000545495c432ae61 (patch) | |
tree | 8f81df0d312b9e6d92cd2e0dfdb27b377b6f50c8 /app-office | |
parent | Use qmake-utils.eclass to determine qt tools, #542832 (diff) | |
download | gentoo-2-f4b7690bd7cbc761f44d508000545495c432ae61.tar.gz gentoo-2-f4b7690bd7cbc761f44d508000545495c432ae61.tar.bz2 gentoo-2-f4b7690bd7cbc761f44d508000545495c432ae61.zip |
Add missing qt5 deps, #542736
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/texstudio/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-2.9.0.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-office/texstudio/ChangeLog b/app-office/texstudio/ChangeLog index 1b15c7682979..3ef735617464 100644 --- a/app-office/texstudio/ChangeLog +++ b/app-office/texstudio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texstudio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.41 2015/03/09 17:28:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.42 2015/03/11 08:35:03 jlec Exp $ + + 11 Mar 2015; Justin Lecher <jlec@gentoo.org> texstudio-2.9.0.ebuild: + Add missing qt5 deps, #542736 09 Mar 2015; Justin Lecher <jlec@gentoo.org> texstudio-2.9.0.ebuild: Set default qt choice diff --git a/app-office/texstudio/texstudio-2.9.0.ebuild b/app-office/texstudio/texstudio-2.9.0.ebuild index 3a8ffb5bdfa4..1a8a543d2a0e 100644 --- a/app-office/texstudio/texstudio-2.9.0.ebuild +++ b/app-office/texstudio/texstudio-2.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.9.0.ebuild,v 1.2 2015/03/09 17:28:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.9.0.ebuild,v 1.3 2015/03/11 08:35:03 jlec Exp $ EAPI=5 @@ -34,12 +34,16 @@ COMMON_DEPEND=" ) qt5? ( dev-qt/designer:5 - dev-qt/qtgui:5 dev-qt/qtcore:5 + dev-qt/qtconcurrent:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 + dev-qt/qtxml:5 ) video? ( media-libs/phonon[qt4?,qt5?] )" RDEPEND="${COMMON_DEPEND} |