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 BB4AC13877A for ; Sun, 27 Jul 2014 19:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D95AE0B42; Sun, 27 Jul 2014 19:03:29 +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 B01C5E0B42 for ; Sun, 27 Jul 2014 19:03:28 +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 D30CA33FEEE for ; Sun, 27 Jul 2014 19:03:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9935E18BF3 for ; Sun, 27 Jul 2014 19:03:26 +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: <1406487791.76d6afba7362bcd40a20e26f781103917782b72e.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-5.0.0.ebuild kde-base/khotkeys/khotkeys-5.0.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: 76d6afba7362bcd40a20e26f781103917782b72e X-VCS-Branch: master Date: Sun, 27 Jul 2014 19:03:26 +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: 3f25648f-3f61-4d27-a5fd-30ea8722b68d X-Archives-Hash: 933e07d86695b67205a460dd0cfc5720 commit: 76d6afba7362bcd40a20e26f781103917782b72e Author: Michael Palimaka gentoo org> AuthorDate: Sun Jul 27 19:03:11 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jul 27 19:03:11 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=76d6afba [kde-base/khotkeys] RDEPEND on COMMON_DEPEND too. Package-Manager: portage-2.2.10 --- kde-base/khotkeys/khotkeys-5.0.0.ebuild | 2 +- kde-base/khotkeys/khotkeys-5.0.9999.ebuild | 2 +- kde-base/khotkeys/khotkeys-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-base/khotkeys/khotkeys-5.0.0.ebuild b/kde-base/khotkeys/khotkeys-5.0.0.ebuild index 57e997b..b2425b3 100644 --- a/kde-base/khotkeys/khotkeys-5.0.0.ebuild +++ b/kde-base/khotkeys/khotkeys-5.0.0.ebuild @@ -33,7 +33,7 @@ COMMON_DEPEND=" dev-qt/qtx11extras:5 x11-libs/libX11 " -RDEPEND=" +RDEPEND="${COMMON_DEPEND} $(add_frameworks_dep kded) !kde-base/khotkeys:4 " diff --git a/kde-base/khotkeys/khotkeys-5.0.9999.ebuild b/kde-base/khotkeys/khotkeys-5.0.9999.ebuild index 706ad3d..9891f28 100644 --- a/kde-base/khotkeys/khotkeys-5.0.9999.ebuild +++ b/kde-base/khotkeys/khotkeys-5.0.9999.ebuild @@ -33,7 +33,7 @@ COMMON_DEPEND=" dev-qt/qtx11extras:5 x11-libs/libX11 " -RDEPEND=" +RDEPEND="${COMMON_DEPEND} $(add_frameworks_dep kded) !kde-base/khotkeys:4 " diff --git a/kde-base/khotkeys/khotkeys-9999.ebuild b/kde-base/khotkeys/khotkeys-9999.ebuild index 706ad3d..9891f28 100644 --- a/kde-base/khotkeys/khotkeys-9999.ebuild +++ b/kde-base/khotkeys/khotkeys-9999.ebuild @@ -33,7 +33,7 @@ COMMON_DEPEND=" dev-qt/qtx11extras:5 x11-libs/libX11 " -RDEPEND=" +RDEPEND="${COMMON_DEPEND} $(add_frameworks_dep kded) !kde-base/khotkeys:4 "