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 A3408198005 for ; Sun, 17 Mar 2013 22:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14FA6E0540; Sun, 17 Mar 2013 22:39:41 +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 9A8F6E0540 for ; Sun, 17 Mar 2013 22:39:40 +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 7ED3833C878 for ; Sun, 17 Mar 2013 22:39:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1D0A4E4073 for ; Sun, 17 Mar 2013 22:39:38 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1363559922.77f74c3a4ba69a1af7cb7ca348b9e75d3715c3d3.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: mail-client/evolution/ X-VCS-Repository: proj/gnome X-VCS-Files: mail-client/evolution/evolution-3.7.92.ebuild mail-client/evolution/evolution-9999.ebuild X-VCS-Directories: mail-client/evolution/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 77f74c3a4ba69a1af7cb7ca348b9e75d3715c3d3 X-VCS-Branch: master Date: Sun, 17 Mar 2013 22:39:38 +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: 80883fcd-93fe-4dd6-b26c-c1ba903c1262 X-Archives-Hash: f56a4b79c156d7dd355ac6c6b9d8497e commit: 77f74c3a4ba69a1af7cb7ca348b9e75d3715c3d3 Author: Priit Laes plaes org> AuthorDate: Sun Mar 17 22:38:42 2013 +0000 Commit: Priit Laes plaes org> CommitDate: Sun Mar 17 22:38:42 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=77f74c3a mail-client/evolution: Fix configure args for highlight --- mail-client/evolution/evolution-3.7.92.ebuild | 3 +-- mail-client/evolution/evolution-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mail-client/evolution/evolution-3.7.92.ebuild b/mail-client/evolution/evolution-3.7.92.ebuild index c341de0..5eceecc 100644 --- a/mail-client/evolution/evolution-3.7.92.ebuild +++ b/mail-client/evolution/evolution-3.7.92.ebuild @@ -116,14 +116,13 @@ src_configure() { gnome2_src_configure \ --disable-schemas-compile \ --without-glade-catalog \ - --without-kde-applnk-path \ --disable-image-inline \ --disable-pst-import \ --enable-canberra \ $(use_enable bogofilter) \ $(use_enable gnome-online-accounts goa) \ $(use_enable gstreamer audio-inline) \ - $(use_enable highlight) \ + $(use_enable highlight text-highlight) \ $(use_enable map contact-maps) \ $(use_enable spamassassin) \ $(use_enable ssl nss) \ diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-9999.ebuild index c341de0..5eceecc 100644 --- a/mail-client/evolution/evolution-9999.ebuild +++ b/mail-client/evolution/evolution-9999.ebuild @@ -116,14 +116,13 @@ src_configure() { gnome2_src_configure \ --disable-schemas-compile \ --without-glade-catalog \ - --without-kde-applnk-path \ --disable-image-inline \ --disable-pst-import \ --enable-canberra \ $(use_enable bogofilter) \ $(use_enable gnome-online-accounts goa) \ $(use_enable gstreamer audio-inline) \ - $(use_enable highlight) \ + $(use_enable highlight text-highlight) \ $(use_enable map contact-maps) \ $(use_enable spamassassin) \ $(use_enable ssl nss) \