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 BB776139694 for ; Tue, 28 Feb 2017 19:48:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1294DE0CD5; Tue, 28 Feb 2017 19:48:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E4265E0CAE for ; Tue, 28 Feb 2017 19:48:51 +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 E5AEB34167A for ; Tue, 28 Feb 2017 19:48:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A0B657DA for ; Tue, 28 Feb 2017 19:48:49 +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: <1488311313.0fda5e1a25adad481c91e4b2ce0e6732f0af79f3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcharselect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kcharselect/kcharselect-16.12.2.ebuild X-VCS-Directories: kde-apps/kcharselect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0fda5e1a25adad481c91e4b2ce0e6732f0af79f3 X-VCS-Branch: master Date: Tue, 28 Feb 2017 19:48:49 +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: 8105fb67-1ed5-4964-93c3-73bf2a98c4e1 X-Archives-Hash: affb8c16d0adc2cc01ee9b3a6b6742bd commit: 0fda5e1a25adad481c91e4b2ce0e6732f0af79f3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 28 19:47:14 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 28 19:48:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fda5e1a 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.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kcharselect/kcharselect-16.12.2.ebuild b/kde-apps/kcharselect/kcharselect-16.12.2.ebuild index 30689d2b1b..0b65ebb1ae 100644 --- a/kde-apps/kcharselect/kcharselect-16.12.2.ebuild +++ b/kde-apps/kcharselect/kcharselect-16.12.2.ebuild @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" + $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons)