From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E5B9139694 for ; Sat, 8 Apr 2017 19:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FB4AE0C04; Sat, 8 Apr 2017 19:40:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19595E0C04 for ; Sat, 8 Apr 2017 19:40:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78A9533D3C7 for ; Sat, 8 Apr 2017 19:40:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 860F57419 for ; Sat, 8 Apr 2017 19:40:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1491680264.e779b4fb6ba3edce651de732865a874bf9cca158.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kajongg/files/, kde-apps/kajongg/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kajongg/files/kajongg-17.03.90-deps.patch kde-apps/kajongg/kajongg-17.03.90.ebuild kde-apps/kajongg/kajongg-17.04.49.9999.ebuild kde-apps/kajongg/kajongg-9999.ebuild X-VCS-Directories: kde-apps/kajongg/files/ kde-apps/kajongg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e779b4fb6ba3edce651de732865a874bf9cca158 X-VCS-Branch: master Date: Sat, 8 Apr 2017 19:40:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 36aacdad-60f4-4348-8685-4a5333240cf6 X-Archives-Hash: 0fb0ddf4f697e85b1d8e0a7b4611d72b commit: e779b4fb6ba3edce651de732865a874bf9cca158 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 8 19:36:31 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 8 19:37:44 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e779b4fb kde-apps/kajongg: Add missing DEPEND, block +Date: Sat Apr 8 21:17:03 2017 +0200 + + Add missing KF5I18n dependency + + Release tarball expects it for ki18n_install. + + REVIEW: 130071 + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index c25a94ff..bca3692d 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -9,13 +9,13 @@ set(KF5_MIN_VERSION "5.15.0") + set(TWISTED_MIN_VERSION "16.6.0") + + find_package(ECM 1.2.0 REQUIRED NO_MODULE) +- ++ + set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake-modules ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) + + find_package(PythonInterp ${PYTHON_MIN_VERSION} REQUIRED) + find_package(Twisted ${TWISTED_MIN_VERSION} REQUIRED) + find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Gui Svg Widgets) +-find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Config DocTools) ++find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Config DocTools I18n) + + include(FeatureSummary) + include(ECMPackageConfigHelpers) diff --git a/kde-apps/kajongg/kajongg-17.03.90.ebuild b/kde-apps/kajongg/kajongg-17.03.90.ebuild index 45b15136e2..56492bd2ea 100644 --- a/kde-apps/kajongg/kajongg-17.03.90.ebuild +++ b/kde-apps/kajongg/kajongg-17.03.90.ebuild @@ -18,6 +18,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} $(add_frameworks_dep extra-cmake-modules) $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) $(add_kdeapps_dep libkdegames) $(add_qt_dep qtcore) $(add_qt_dep qtgui) @@ -30,8 +31,11 @@ DEPEND="${PYTHON_DEPS} RDEPEND="${DEPEND} $(add_kdeapps_dep libkmahjongg) !kde-apps/kajongg:4 + !