From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EA735138A1F for ; Sat, 26 Apr 2014 19:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83D51E095D; Sat, 26 Apr 2014 19:45:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13C9EE095D for ; Sat, 26 Apr 2014 19:45:06 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3259933FF66 for ; Sat, 26 Apr 2014 19:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6F0FF1818D for ; Sat, 26 Apr 2014 19:45:03 +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: <1398541472.91b61f137640fbe656ee4a9d001fe43b979da2c3.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kded/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kded/kded-4.98.0.ebuild kde-frameworks/kded/kded-9999.ebuild X-VCS-Directories: kde-frameworks/kded/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 91b61f137640fbe656ee4a9d001fe43b979da2c3 X-VCS-Branch: master Date: Sat, 26 Apr 2014 19:45:03 +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: 0f5b1b13-9c96-4f20-a8f9-89b26bddc731 X-Archives-Hash: ea7032748614ef4d683d199bf2d39910 commit: 91b61f137640fbe656ee4a9d001fe43b979da2c3 Author: Michael Palimaka gentoo org> AuthorDate: Sat Apr 26 19:44:32 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Apr 26 19:44:32 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=91b61f13 [kde-frameworks/kded] kinit is actually a runtime dependency too. Note that there are no library links, but rather the binaries it provides are used. See kinit docs for more information. Package-Manager: portage-2.2.8-r1 --- kde-frameworks/kded/kded-4.98.0.ebuild | 2 +- kde-frameworks/kded/kded-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kded/kded-4.98.0.ebuild b/kde-frameworks/kded/kded-4.98.0.ebuild index 650d51e..4f62013 100644 --- a/kde-frameworks/kded/kded-4.98.0.ebuild +++ b/kde-frameworks/kded/kded-4.98.0.ebuild @@ -17,6 +17,7 @@ RDEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kinit) $(add_frameworks_dep kservice) dev-qt/qtdbus:5 dev-qt/qtgui:5 @@ -24,5 +25,4 @@ RDEPEND=" " DEPEND="${RDEPEND} $(add_frameworks_dep kdoctools) - $(add_frameworks_dep kinit) " diff --git a/kde-frameworks/kded/kded-9999.ebuild b/kde-frameworks/kded/kded-9999.ebuild index 04719a7..5e4c653 100644 --- a/kde-frameworks/kded/kded-9999.ebuild +++ b/kde-frameworks/kded/kded-9999.ebuild @@ -17,6 +17,7 @@ RDEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kinit) $(add_frameworks_dep kservice) dev-qt/qtdbus:5 dev-qt/qtgui:5 @@ -24,5 +25,4 @@ RDEPEND=" " DEPEND="${RDEPEND} $(add_frameworks_dep kdoctools) - $(add_frameworks_dep kinit) "