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 32626139694 for ; Tue, 28 Feb 2017 19:43:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E4F4E0CCD; Tue, 28 Feb 2017 19:43:40 +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 5CB9EE0CCD for ; Tue, 28 Feb 2017 19:43:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 488D9341664 for ; Tue, 28 Feb 2017 19:43:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E21F957BE for ; Tue, 28 Feb 2017 19:43:37 +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: <1488310983.33c0eba8827145372a7f092a10328435281f6746.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcharselect/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcharselect/kcharselect-16.12.49.9999.ebuild kde-apps/kcharselect/kcharselect-9999.ebuild X-VCS-Directories: kde-apps/kcharselect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 33c0eba8827145372a7f092a10328435281f6746 X-VCS-Branch: master Date: Tue, 28 Feb 2017 19:43:37 +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: 550fa2f2-2fad-43ba-8819-ae42d0d8fe9a X-Archives-Hash: cd069e2b5dc6d02ac7207ff8dce2f034 commit: 33c0eba8827145372a7f092a10328435281f6746 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 28 19:42:37 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 28 19:43:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=33c0eba8 kde-apps/kcharselect: Add missing DEPEND Upstream commit c25c21fa4415ff25db49b674ec3003bdcf4c565e Reported-by: Toralf Förster gmx.de> Gentoo-bug: 611242 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kcharselect/kcharselect-16.12.49.9999.ebuild | 1 + kde-apps/kcharselect/kcharselect-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/kcharselect/kcharselect-16.12.49.9999.ebuild b/kde-apps/kcharselect/kcharselect-16.12.49.9999.ebuild index a8103b591c..c8c06af3b7 100644 --- a/kde-apps/kcharselect/kcharselect-16.12.49.9999.ebuild +++ b/kde-apps/kcharselect/kcharselect-16.12.49.9999.ebuild @@ -13,6 +13,7 @@ KEYWORDS="" IUSE="" DEPEND=" + $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) diff --git a/kde-apps/kcharselect/kcharselect-9999.ebuild b/kde-apps/kcharselect/kcharselect-9999.ebuild index a8103b591c..c8c06af3b7 100644 --- a/kde-apps/kcharselect/kcharselect-9999.ebuild +++ b/kde-apps/kcharselect/kcharselect-9999.ebuild @@ -13,6 +13,7 @@ KEYWORDS="" IUSE="" DEPEND=" + $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons)