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 2A0051393E9 for ; Tue, 8 Apr 2014 19:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 839F0E0B77; Tue, 8 Apr 2014 19:44:51 +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 D9507E0B4A for ; Tue, 8 Apr 2014 19:44:50 +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 7760D33FE0E for ; Tue, 8 Apr 2014 19:44:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 3045A18873 for ; Tue, 8 Apr 2014 19:44:48 +0000 (UTC) From: "Elias Probst" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Elias Probst" Message-ID: <1396985952.164b23a50fe98c7a017c1424d33f0d9fde0e5d6c.eliasp@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/khotkeys/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/khotkeys/khotkeys-9999.ebuild X-VCS-Directories: kde-base/khotkeys/ X-VCS-Committer: eliasp X-VCS-Committer-Name: Elias Probst X-VCS-Revision: 164b23a50fe98c7a017c1424d33f0d9fde0e5d6c X-VCS-Branch: master Date: Tue, 8 Apr 2014 19:44:48 +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: e897bf85-3a99-4e01-acbb-8a7d258530bd X-Archives-Hash: 9702235a3971c6b4bb5b52c5238602d8 commit: 164b23a50fe98c7a017c1424d33f0d9fde0e5d6c Author: Elias Probst eliasprobst eu> AuthorDate: Tue Apr 8 19:39:12 2014 +0000 Commit: Elias Probst eliasprobst eu> CommitDate: Tue Apr 8 19:39:12 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=164b23a5 [kde-base/khotkeys] Updated dependencies (kde4support → kdelibs4support) Package-Manager: portage-2.2.10 --- kde-base/khotkeys/khotkeys-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-base/khotkeys/khotkeys-9999.ebuild b/kde-base/khotkeys/khotkeys-9999.ebuild index e9027c6..ca37b72 100644 --- a/kde-base/khotkeys/khotkeys-9999.ebuild +++ b/kde-base/khotkeys/khotkeys-9999.ebuild @@ -16,7 +16,7 @@ RDEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kde4support) + $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep kglobalaccel) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio)