diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-19 20:54:12 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-22 11:45:41 +0100 |
commit | ec958458efbd7ce55086955d8386b1d18bd55851 (patch) | |
tree | cb2c59bd4511804886b9e819be578686fe2e48d1 /app-emulation/q4wine | |
parent | app-text/goldendict: Prepare for qtsingleapplication dropping qt5 (diff) | |
download | gentoo-ec958458efbd7ce55086955d8386b1d18bd55851.tar.gz gentoo-ec958458efbd7ce55086955d8386b1d18bd55851.tar.bz2 gentoo-ec958458efbd7ce55086955d8386b1d18bd55851.zip |
app-emulation/q4wine: Prepare for qtsingleapplication dropping qt5
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emulation/q4wine')
-rw-r--r-- | app-emulation/q4wine/q4wine-1.3.6-r1.ebuild (renamed from app-emulation/q4wine/q4wine-1.3.6.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/q4wine/q4wine-1.3.6.ebuild b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild index 8af3f42924e7..7eaab2690481 100644 --- a/app-emulation/q4wine/q4wine-1.3.6.ebuild +++ b/app-emulation/q4wine/q4wine-1.3.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 @@ -22,7 +22,7 @@ CDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 - dev-qt/qtsingleapplication[qt5,X] + dev-qt/qtsingleapplication[qt5(+),X] dev-qt/qtsql:5[sqlite] dev-qt/qtwidgets:5 dev-qt/qtxml:5 |