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/kcm-fcitx/
Date: Thu, 31 Aug 2017 19:53:20
Message-Id: 1504209172.c63bfdb48e72b96e4ff75e4798ebe66136c3dfd1.floppym@gentoo
1 commit: c63bfdb48e72b96e4ff75e4798ebe66136c3dfd1
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Aug 31 18:23:58 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 19:52:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63bfdb4
7
8 app-i18n/kcm-fcitx: Disable kbd-layout-viewer in slot 4 with USE="minimal".
9
10 app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild | 2 +-
11 app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild
15 index 7f0dc0b6f63..430a809fbd7 100644
16 --- a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild
17 +++ b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild
18 @@ -40,7 +40,7 @@ DEPEND="${RDEPEND}
19
20 src_prepare() {
21 if use minimal; then
22 - cmake_comment_add_subdirectory po
23 + cmake_comment_add_subdirectory layout po
24 fi
25
26 cmake-utils_src_prepare
27
28 diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild
29 index e45efab068c..ebc905d7f33 100644
30 --- a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild
31 +++ b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild
32 @@ -40,7 +40,7 @@ DEPEND="${RDEPEND}
33
34 src_prepare() {
35 if use minimal; then
36 - cmake_comment_add_subdirectory po
37 + cmake_comment_add_subdirectory layout po
38 fi
39
40 cmake-utils_src_prepare