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 2A9781382C5 for ; Sat, 17 Feb 2018 13:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B6F2E092E; Sat, 17 Feb 2018 13:23:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DC01E092E for ; Sat, 17 Feb 2018 13:23:46 +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 35D85335C2F for ; Sat, 17 Feb 2018 13:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B933D1D4 for ; Sat, 17 Feb 2018 13:23:41 +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: <1518873740.d6f9438755f792cbc748e5bca294e6a7c90e2e41.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kio/kio-9999.ebuild X-VCS-Directories: kde-frameworks/kio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d6f9438755f792cbc748e5bca294e6a7c90e2e41 X-VCS-Branch: master Date: Sat, 17 Feb 2018 13:23:41 +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: 17439a8c-4c74-4112-a73c-64b1208c4a8e X-Archives-Hash: 7a9d75a0544787cc49bd7dfccc4398c5 commit: d6f9438755f792cbc748e5bca294e6a7c90e2e41 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 17 13:21:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 17 13:22:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6f94387 kde-frameworks/kio: DEPEND on kde-frameworks/kauth Upstream commit 17bf6df0d8ba7b4be050a73ac91e7c30da08b7ba Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-frameworks/kio/kio-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild index 51b1a40ea1..2608557ebc 100644 --- a/kde-frameworks/kio/kio-9999.ebuild +++ b/kde-frameworks/kio/kio-9999.ebuild @@ -13,6 +13,7 @@ KEYWORDS="" IUSE="acl +handbook kerberos +kwallet X" RDEPEND=" + $(add_frameworks_dep kauth) $(add_frameworks_dep karchive) $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kcodecs)