Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt5/
Date: Mon, 02 Oct 2017 17:36:24
Message-Id: 1506965771.2e2da452c6aa1aea275dfdd768dd728161030e95.floppym@gentoo
1 commit: 2e2da452c6aa1aea275dfdd768dd728161030e95
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sat Sep 30 12:54:52 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 2 17:36:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2da452
7
8 app-i18n/fcitx-qt5: Update dependencies.
9
10 Quick Phrase Editor migrated from Qt 4 to Qt 5 and moved from app-i18n/fcitx:4 to app-i18n/fcitx-qt5:4:
11
12 https://github.com/fcitx/fcitx/commit/42dd79688ae6c7ab92fc49a520f82a37603349d6
13 https://github.com/fcitx/fcitx-qt5/commit/380fb86bfb37f63d8979ae4513f5a734b8fc49c5
14
15 Installed file name changed from libfcitx-quickphrase-editor.so to libfcitx-quickphrase-editor5.so,
16 so no collisions between older app-i18n/fcitx:4 and newer app-i18n/fcitx-qt5:4.
17
18 app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild | 1 +
19 1 file changed, 1 insertion(+)
20
21 diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
22 index eaa37a365ba..b1b4481aedc 100644
23 --- a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
24 +++ b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
25 @@ -33,6 +33,7 @@ RDEPEND=">=app-i18n/fcitx-4.2.9:4
26 virtual/libintl
27 x11-libs/libxkbcommon"
28 DEPEND="${RDEPEND}
29 + dev-qt/qtconcurrent:5
30 kde-frameworks/extra-cmake-modules:5
31 virtual/pkgconfig"