From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PqeC8-00055e-0f for garchives@archives.gentoo.org; Sat, 19 Feb 2011 04:13:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 585B61C001; Sat, 19 Feb 2011 04:13:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2ABBC1C001 for ; Sat, 19 Feb 2011 04:13:12 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F8451B404A for ; Sat, 19 Feb 2011 04:13:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DF5D38006E for ; Sat, 19 Feb 2011 04:13:10 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <1b529124eabd9ec2c4ebfb35237d32893db2395e.abcd@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kwrite/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kwrite/kwrite-9999.ebuild X-VCS-Directories: kde-base/kwrite/ X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: 1b529124eabd9ec2c4ebfb35237d32893db2395e Date: Sat, 19 Feb 2011 04:13:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6facaeab5c425cce5d74606a22de7081 commit: 1b529124eabd9ec2c4ebfb35237d32893db2395e Author: abcd gentoo org> AuthorDate: Sat Feb 19 04:12:49 2011 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Sat Feb 19 04:12:49 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D1b529124 [kde-base/kwrite:live] Depend on katepart (moved from kdelibs) (Portage version: 2.2.0_alpha23_p5/git/Linux i686, signed Manifest commit= with key 229E5838) --- kde-base/kwrite/kwrite-9999.ebuild | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/kde-base/kwrite/kwrite-9999.ebuild b/kde-base/kwrite/kwrite-= 9999.ebuild index 687a59f..83cb807 100644 --- a/kde-base/kwrite/kwrite-9999.ebuild +++ b/kde-base/kwrite/kwrite-9999.ebuild @@ -13,3 +13,7 @@ inherit kde4-meta DESCRIPTION=3D"KDE MDI editor/IDE" KEYWORDS=3D"" IUSE=3D"debug" + +RDEPEND=3D" + $(add_kdebase_dep katepart) +"