summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-07-23 21:02:07 +0000
committerPacho Ramos <pacho@gentoo.org>2013-07-23 21:02:07 +0000
commitc6bdca52299e573c64a90d94faa94ba3304dd9ef (patch)
tree7c25f66f6385be29269ba178c1927df8438ca58a /gnome-extra/evolution-ews
parentVersion bump, drop old (diff)
downloadgentoo-2-c6bdca52299e573c64a90d94faa94ba3304dd9ef.tar.gz
gentoo-2-c6bdca52299e573c64a90d94faa94ba3304dd9ef.tar.bz2
gentoo-2-c6bdca52299e573c64a90d94faa94ba3304dd9ef.zip
Version bump, drop old
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/evolution-ews')
-rw-r--r--gnome-extra/evolution-ews/ChangeLog8
-rw-r--r--gnome-extra/evolution-ews/evolution-ews-3.8.4.ebuild (renamed from gnome-extra/evolution-ews/evolution-ews-3.8.2.ebuild)7
2 files changed, 12 insertions, 3 deletions
diff --git a/gnome-extra/evolution-ews/ChangeLog b/gnome-extra/evolution-ews/ChangeLog
index dc8f9c91cfe8..67a2eba5e26f 100644
--- a/gnome-extra/evolution-ews/ChangeLog
+++ b/gnome-extra/evolution-ews/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-extra/evolution-ews
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.12 2013/06/09 18:41:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.13 2013/07/23 21:02:07 pacho Exp $
+
+*evolution-ews-3.8.4 (23 Jul 2013)
+
+ 23 Jul 2013; Pacho Ramos <pacho@gentoo.org> +evolution-ews-3.8.4.ebuild,
+ -evolution-ews-3.8.2.ebuild:
+ Version bump, drop old
*evolution-ews-3.8.3 (09 Jun 2013)
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.8.2.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.8.4.ebuild
index 405f52e30eec..29e16431a07c 100644
--- a/gnome-extra/evolution-ews/evolution-ews-3.8.2.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-3.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.2.ebuild,v 1.1 2013/05/12 16:25:37 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.4.ebuild,v 1.1 2013/07/23 21:02:07 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -37,5 +37,8 @@ DEPEND="${RDEPEND}
RESTRICT="test"
src_configure() {
- gnome2_src_configure $(use_with kerberos krb5)
+ # We don't have libmspack, needing internal lzx
+ gnome2_src_configure \
+ --with-internal-lzx \
+ $(use_with kerberos krb5)
}