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 1AD9E1381F3 for ; Tue, 9 Apr 2013 14:37:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A9EEE0BF6; Tue, 9 Apr 2013 14:37:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34B3DE0BF6 for ; Tue, 9 Apr 2013 14:37:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48ADE33BE50 for ; Tue, 9 Apr 2013 14:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AF4CFE4073 for ; Tue, 9 Apr 2013 14:37:19 +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: <1365518163.b8ec2bc5255146f61076e3817727b699ba36f488.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/khotkeys/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/khotkeys/khotkeys-4.10.49.9999.ebuild kde-base/khotkeys/khotkeys-9999.ebuild X-VCS-Directories: kde-base/khotkeys/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b8ec2bc5255146f61076e3817727b699ba36f488 X-VCS-Branch: master Date: Tue, 9 Apr 2013 14:37:19 +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: 61a057c1-3243-43c6-b664-7706388c60de X-Archives-Hash: 4b6836839816ab6351d4a0a0d5d69711 commit: b8ec2bc5255146f61076e3817727b699ba36f488 Author: Michael Palimaka gentoo org> AuthorDate: Tue Apr 9 14:36:03 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Apr 9 14:36:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b8ec2bc5 [kde-base/khotkeys] Add missing dependency. Package-Manager: portage-2.1.11.60 --- kde-base/khotkeys/khotkeys-4.10.49.9999.ebuild | 1 + kde-base/khotkeys/khotkeys-9999.ebuild | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kde-base/khotkeys/khotkeys-4.10.49.9999.ebuild b/kde-base/khotkeys/khotkeys-4.10.49.9999.ebuild index 6c4eb13..f8c0d1f 100644 --- a/kde-base/khotkeys/khotkeys-4.10.49.9999.ebuild +++ b/kde-base/khotkeys/khotkeys-4.10.49.9999.ebuild @@ -13,6 +13,7 @@ IUSE="debug" DEPEND=" $(add_kdebase_dep libkworkspace) + x11-libs/libX11 x11-libs/libXtst " RDEPEND="${DEPEND}" diff --git a/kde-base/khotkeys/khotkeys-9999.ebuild b/kde-base/khotkeys/khotkeys-9999.ebuild index 6c4eb13..f8c0d1f 100644 --- a/kde-base/khotkeys/khotkeys-9999.ebuild +++ b/kde-base/khotkeys/khotkeys-9999.ebuild @@ -13,6 +13,7 @@ IUSE="debug" DEPEND=" $(add_kdebase_dep libkworkspace) + x11-libs/libX11 x11-libs/libXtst " RDEPEND="${DEPEND}"