diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-03 12:35:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-03 12:35:33 +0000 |
commit | b2d032c69cd612fba8deef8bf217219cfa55f390 (patch) | |
tree | da59b7c18e87c9e1421db0cab1b7d81c1caa11a0 /app-office/texstudio/texstudio-2.8.8.ebuild | |
parent | sci-misc/mendeleydesktop: Version BUmp (diff) | |
download | gentoo-2-b2d032c69cd612fba8deef8bf217219cfa55f390.tar.gz gentoo-2-b2d032c69cd612fba8deef8bf217219cfa55f390.tar.bz2 gentoo-2-b2d032c69cd612fba8deef8bf217219cfa55f390.zip |
app-office/texstudio: Add missing USE_DEP for dev-qt/qtsingleapplication
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-office/texstudio/texstudio-2.8.8.ebuild')
-rw-r--r-- | app-office/texstudio/texstudio-2.8.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/texstudio/texstudio-2.8.8.ebuild b/app-office/texstudio/texstudio-2.8.8.ebuild index d0b163fd77af..9345038cd725 100644 --- a/app-office/texstudio/texstudio-2.8.8.ebuild +++ b/app-office/texstudio/texstudio-2.8.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.8.8.ebuild,v 1.2 2014/12/31 12:49:16 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.8.ebuild,v 1.3 2015/02/03 12:35:33 jlec Exp $ EAPI=5 @@ -25,7 +25,7 @@ COMMON_DEPEND=" >=dev-qt/qtgui-4.8.5:4 >=dev-qt/qtcore-4.6.1:4 >=dev-qt/qtscript-4.6.1:4 - dev-qt/qtsingleapplication + dev-qt/qtsingleapplication[qt4] >=dev-qt/qtsvg-4.6.1:4 >=dev-qt/qttest-4.6.1:4 video? ( media-libs/phonon[qt4] )" |