diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-08-31 20:23:58 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-08-31 15:52:52 -0400 |
commit | c63bfdb48e72b96e4ff75e4798ebe66136c3dfd1 (patch) | |
tree | 62f7ffd70e44a0ce4aa0ff9b388e4b059d1d1293 /app-i18n | |
parent | dev-db/sqlite: Version bump (3.20.1). (diff) | |
download | gentoo-c63bfdb48e72b96e4ff75e4798ebe66136c3dfd1.tar.gz gentoo-c63bfdb48e72b96e4ff75e4798ebe66136c3dfd1.tar.bz2 gentoo-c63bfdb48e72b96e4ff75e4798ebe66136c3dfd1.zip |
app-i18n/kcm-fcitx: Disable kbd-layout-viewer in slot 4 with USE="minimal".
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild | 2 | ||||
-rw-r--r-- | 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 7f0dc0b6f63c..430a809fbd75 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 e45efab068ca..ebc905d7f33d 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 |