commit: c63bfdb48e72b96e4ff75e4798ebe66136c3dfd1
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Aug 31 18:23:58 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 19:52:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63bfdb4
app-i18n/kcm-fcitx: Disable kbd-layout-viewer in slot 4 with USE="minimal".
app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild | 2 +-
app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild
b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild
index 7f0dc0b6f63..430a809fbd7 100644
--- a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild
+++ b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild
@@ -40,7 +40,7 @@ DEPEND="${RDEPEND}
src_prepare() {
if use minimal; then
- cmake_comment_add_subdirectory po
+ cmake_comment_add_subdirectory layout po
fi
cmake-utils_src_prepare
diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild
b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild
index e45efab068c..ebc905d7f33 100644
--- a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild
+++ b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild
@@ -40,7 +40,7 @@ DEPEND="${RDEPEND}
src_prepare() {
if use minimal; then
- cmake_comment_add_subdirectory po
+ cmake_comment_add_subdirectory layout po
fi
cmake-utils_src_prepare