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 634E013832E for ; Fri, 22 Jul 2016 18:25:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BB4AE08C1; Fri, 22 Jul 2016 18:25:41 +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 0EAF2E08C1 for ; Fri, 22 Jul 2016 18:25: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 7DCF3340D4D for ; Fri, 22 Jul 2016 18:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E3247D1 for ; Fri, 22 Jul 2016 18:25:35 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1469211928.1951218458c65353d7d40d6ea3d0fad1e3661bae.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-libs/kpmcore/ X-VCS-Repository: proj/kde X-VCS-Files: sys-libs/kpmcore/kpmcore-9999.ebuild X-VCS-Directories: sys-libs/kpmcore/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1951218458c65353d7d40d6ea3d0fad1e3661bae X-VCS-Branch: master Date: Fri, 22 Jul 2016 18:25: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: c100f076-a696-48f1-a142-cc900f0bd042 X-Archives-Hash: bfe7965f3d18879e492519a47b90cb8a commit: 1951218458c65353d7d40d6ea3d0fad1e3661bae Author: Andrius Štikonas stikonas eu> AuthorDate: Fri Jul 22 12:10:32 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jul 22 18:25:28 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=19512184 sys-libs/kpmcore: Add KAuth dependency. Upstream-commit: e64a82ff19d895086807a5f3f115fca446482760 sys-libs/kpmcore/kpmcore-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/kpmcore/kpmcore-9999.ebuild b/sys-libs/kpmcore/kpmcore-9999.ebuild index 8c507b8..abaae17 100644 --- a/sys-libs/kpmcore/kpmcore-9999.ebuild +++ b/sys-libs/kpmcore/kpmcore-9999.ebuild @@ -15,6 +15,7 @@ KEYWORDS="" IUSE="" CDEPEND=" + $(add_frameworks_dep kauth) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes)