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 50031138A1F for ; Tue, 8 Apr 2014 16:53:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26892E0C15; Tue, 8 Apr 2014 16:53:44 +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 B526EE0C15 for ; Tue, 8 Apr 2014 16:53:43 +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 BC12133FF58 for ; Tue, 8 Apr 2014 16:53:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2E0451818D for ; Tue, 8 Apr 2014 16:53:41 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1396976008.3fb3ca01bab7a41f609db9bd6b84da81da150c6a.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3fb3ca01bab7a41f609db9bd6b84da81da150c6a X-VCS-Branch: master Date: Tue, 8 Apr 2014 16:53: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: c2610465-242c-4707-9bec-43b985c69134 X-Archives-Hash: 12cc4563f564c694fa9d1d3de8c9ca56 commit: 3fb3ca01bab7a41f609db9bd6b84da81da150c6a Author: Johannes Huber gentoo org> AuthorDate: Tue Apr 8 16:53:28 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Apr 8 16:53:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3fb3ca01 [kde-base/khotkeys] Move some libs to DEPEND only Package-Manager: portage-2.2.10 --- kde-base/khotkeys/khotkeys-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-base/khotkeys/khotkeys-9999.ebuild b/kde-base/khotkeys/khotkeys-9999.ebuild index 4963874..e9027c6 100644 --- a/kde-base/khotkeys/khotkeys-9999.ebuild +++ b/kde-base/khotkeys/khotkeys-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="KDE workspace hotkey module" KEYWORDS="" IUSE="" -DEPEND=" +RDEPEND=" $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -31,10 +31,10 @@ DEPEND=" dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 + !kde-base/khotkeys:4 +" +DEPEND="${RDEPEND} x11-libs/libxcb x11-libs/libXtst x11-proto/xproto " -RDEPEND="${DEPEND} - !kde-base/khotkeys:4 -"