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 89CCF1381F3 for ; Mon, 24 Jun 2013 20:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD4CE09BF; Mon, 24 Jun 2013 20:46:13 +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 A9139E09BF for ; Mon, 24 Jun 2013 20:46:12 +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 95EEA33E442 for ; Mon, 24 Jun 2013 20:46:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3C8E8E468F for ; Mon, 24 Jun 2013 20:46:10 +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: <1372106747.8c306b9f08f8c023049f370db640a0c871cbfa7b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kmail/kmail-9999.ebuild X-VCS-Directories: kde-base/kmail/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 8c306b9f08f8c023049f370db640a0c871cbfa7b X-VCS-Branch: master Date: Mon, 24 Jun 2013 20:46: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 X-Archives-Salt: d160bb83-e6ef-4af3-a70e-7c2c40dc7150 X-Archives-Hash: 34cddf9dc9a2a3bb52e7b15186b29972 commit: 8c306b9f08f8c023049f370db640a0c871cbfa7b Author: Johannes Huber gentoo org> AuthorDate: Mon Jun 24 20:45:47 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jun 24 20:45:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8c306b9f [kde-base/kmail] Move sendlateragent to KMEXTRA. Package-Manager: portage-2.2.0_alpha184 --- kde-base/kmail/kmail-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild index 2cdaefe..0515f33 100644 --- a/kde-base/kmail/kmail-9999.ebuild +++ b/kde-base/kmail/kmail-9999.ebuild @@ -33,7 +33,6 @@ KMEXTRACTONLY=" libkpgp/ libkdepimdbusinterfaces/ kdgantt2/ - sendlateragent/ " KMCOMPILEONLY=" messagecomposer/ @@ -57,6 +56,7 @@ KMEXTRA=" ontologies/ pimsettingexporter/ plugins/messageviewer/ + sendlateragent/ " KMLOADLIBS="kdepim-common-libs"