summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-05-12 19:38:01 +0000
committerPacho Ramos <pacho@gentoo.org>2013-05-12 19:38:01 +0000
commitff88e67211e760cc2d7f7a7fb9e8ee55923418fc (patch)
treed92d656e89fd4409831865533554ef09e1e6c385 /gnome-extra
parentStable for x86, wrt bug #467130 (diff)
downloadgentoo-2-ff88e67211e760cc2d7f7a7fb9e8ee55923418fc.tar.gz
gentoo-2-ff88e67211e760cc2d7f7a7fb9e8ee55923418fc.tar.bz2
gentoo-2-ff88e67211e760cc2d7f7a7fb9e8ee55923418fc.zip
Remove unneeded USE flag and enable google support always as talked with nirbheek.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/evolution-data-server/ChangeLog7
-rw-r--r--gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/gnome-extra/evolution-data-server/ChangeLog b/gnome-extra/evolution-data-server/ChangeLog
index c6a95048ede0..c3c89ef0ef37 100644
--- a/gnome-extra/evolution-data-server/ChangeLog
+++ b/gnome-extra/evolution-data-server/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/evolution-data-server
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.369 2013/05/12 18:45:00 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.370 2013/05/12 19:38:01 pacho Exp $
+
+ 12 May 2013; Pacho Ramos <pacho@gentoo.org>
+ evolution-data-server-3.8.2.ebuild:
+ Remove unneeded USE flag and enable google support always as talked with
+ nirbheek.
12 May 2013; Nirbheek Chauhan <nirbheek@gentoo.org>
evolution-data-server-3.8.1.ebuild, evolution-data-server-3.8.2.ebuild:
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild
index fe17c3ee3fef..8cdc3da561ae 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.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-data-server/evolution-data-server-3.8.2.ebuild,v 1.2 2013/05/12 18:45:00 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild,v 1.3 2013/05/12 19:38:01 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3,3} )
@@ -16,7 +16,7 @@ HOMEPAGE="http://projects.gnome.org/evolution/arch.shtml"
# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
SLOT="0/40" # subslot = libcamel-1.2 soname version
-IUSE="api-doc-extras +google +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather"
+IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather"
REQUIRED_USE="vala? ( introspection )"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
@@ -91,7 +91,7 @@ src_configure() {
$(use_enable vala vala-bindings) \
$(use_enable weather) \
$(use_enable gtk) \
- $(use_enable google) \
+ --enable-google \
--enable-nntp \
--enable-largefile \
--enable-smime \