diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-19 20:58:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-22 11:45:42 +0100 |
commit | 3a23a5c77b5db682dc2b237ef94675b1a4f33d87 (patch) | |
tree | b93e38410e700f7f7c350999d7d86a1b74a76d54 /app-office/texstudio | |
parent | net-news/quiterss: Prepare for qtsingleapplication dropping qt5 (diff) | |
download | gentoo-3a23a5c77b5db682dc2b237ef94675b1a4f33d87.tar.gz gentoo-3a23a5c77b5db682dc2b237ef94675b1a4f33d87.tar.bz2 gentoo-3a23a5c77b5db682dc2b237ef94675b1a4f33d87.zip |
app-office/texstudio: Prepare for poppler/qtsingleapplication qt5--
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-office/texstudio')
-rw-r--r-- | app-office/texstudio/texstudio-2.12.6-r1.ebuild (renamed from app-office/texstudio/texstudio-2.12.6.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/texstudio/texstudio-2.12.6.ebuild b/app-office/texstudio/texstudio-2.12.6-r1.ebuild index 7423c9bac35b..e2f4d46a76fa 100644 --- a/app-office/texstudio/texstudio-2.12.6.ebuild +++ b/app-office/texstudio/texstudio-2.12.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ IUSE="video" COMMON_DEPEND=" app-text/hunspell:= - app-text/poppler[qt5] + app-text/poppler[qt5(+)] >=dev-libs/quazip-0.7.2[qt5(+)] dev-qt/designer:5 dev-qt/qtcore:5 @@ -30,7 +30,7 @@ COMMON_DEPEND=" dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 - dev-qt/qtsingleapplication[qt5,X] + dev-qt/qtsingleapplication[qt5(+),X] dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 |