Skip to content

Commit

Permalink
kde-misc/kimtoy: disable broken translations
Browse files Browse the repository at this point in the history
This avoids a build failure.

Gentoo-bug: 581736

Package-Manager: portage-2.2.28
  • Loading branch information
kensington committed May 22, 2016
1 parent a00ee5d commit 3f84e74
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kde-misc/kimtoy/kimtoy-1.91.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,20 @@ COMMON_DEPEND="
semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
"
DEPEND="${COMMON_DEPEND}
sys-devel/gettext
x11-misc/shared-mime-info
"
RDEPEND="${COMMON_DEPEND}
!kde-misc/kimtoy:4
>=app-i18n/fcitx-4.0
"

src_prepare() {
kde5_src_prepare

# bug 581736
cmake_comment_add_subdirectory po
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package scim SCIM)
Expand Down

0 comments on commit 3f84e74

Please sign in to comment.