commit:     3f84e74fe9556498d21cacb5ded4bfe81fa383ac
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 19:29:30 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun May 22 19:29:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f84e74f

kde-misc/kimtoy: disable broken translations

This avoids a build failure.

Gentoo-bug: 581736

Package-Manager: portage-2.2.28

 kde-misc/kimtoy/kimtoy-1.91.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/kde-misc/kimtoy/kimtoy-1.91.ebuild 
b/kde-misc/kimtoy/kimtoy-1.91.ebuild
index b87b726..3b19b39 100644
--- a/kde-misc/kimtoy/kimtoy-1.91.ebuild
+++ b/kde-misc/kimtoy/kimtoy-1.91.ebuild
@@ -48,7 +48,6 @@ COMMON_DEPEND="
        semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
 "
 DEPEND="${COMMON_DEPEND}
-       sys-devel/gettext
        x11-misc/shared-mime-info
 "
 RDEPEND="${COMMON_DEPEND}
@@ -56,6 +55,13 @@ RDEPEND="${COMMON_DEPEND}
        >=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)

Reply via email to