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 A02731381F3 for ; Mon, 17 Jun 2013 17:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AAD0E09B4; Mon, 17 Jun 2013 17:07:37 +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 9465DE09B4 for ; Mon, 17 Jun 2013 17:07:36 +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 77AC733E0B3 for ; Mon, 17 Jun 2013 17:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 09BA9E468F for ; Mon, 17 Jun 2013 17:07:33 +0000 (UTC) From: "David E. Narváez" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David E. Narváez" Message-ID: <1371482245.3f5553f0468a4b8f1298bf10e54d6131a752fa00.dmaggot@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/blogilo/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/blogilo/blogilo-4.10.80.ebuild kde-base/blogilo/blogilo-9999.ebuild X-VCS-Directories: kde-base/blogilo/ X-VCS-Committer: dmaggot X-VCS-Committer-Name: David E. Narváez X-VCS-Revision: 3f5553f0468a4b8f1298bf10e54d6131a752fa00 X-VCS-Branch: master Date: Mon, 17 Jun 2013 17:07:33 +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: 3a133d88-db22-45b5-986c-a20c0855987b X-Archives-Hash: 86e430239c85615a3fa3bf51b1606528 commit: 3f5553f0468a4b8f1298bf10e54d6131a752fa00 Author: David E. Narváez computer org> AuthorDate: Mon Jun 17 15:17:25 2013 +0000 Commit: David E. Narváez computer org> CommitDate: Mon Jun 17 15:17:25 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3f5553f0 [kde-base/blogilo] Fix build by extracting composereditor-ng --- kde-base/blogilo/blogilo-4.10.80.ebuild | 5 ++++- kde-base/blogilo/blogilo-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-base/blogilo/blogilo-4.10.80.ebuild b/kde-base/blogilo/blogilo-4.10.80.ebuild index 4923a38..0994f40 100644 --- a/kde-base/blogilo/blogilo-4.10.80.ebuild +++ b/kde-base/blogilo/blogilo-4.10.80.ebuild @@ -17,5 +17,8 @@ DEPEND=" $(add_kdebase_dep kdepim-common-libs) $(add_kdebase_dep kdepimlibs) " -RDEPEND="${DEPEND} +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + composereditor-ng " diff --git a/kde-base/blogilo/blogilo-9999.ebuild b/kde-base/blogilo/blogilo-9999.ebuild index 6369d0c..ba4b3a2 100644 --- a/kde-base/blogilo/blogilo-9999.ebuild +++ b/kde-base/blogilo/blogilo-9999.ebuild @@ -17,5 +17,8 @@ DEPEND=" $(add_kdebase_dep kdepim-common-libs) $(add_kdebase_dep kdepimlibs) " -RDEPEND="${DEPEND} +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + composereditor-ng "