Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/empathy/
Date: Sat, 09 Jul 2016 13:40:40
Message-Id: 1468071612.e1a5deddb41691a25973f229cdb018bb7baee852.pacho@gentoo
1 commit: e1a5deddb41691a25973f229cdb018bb7baee852
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 12:37:49 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 13:40:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a5dedd
7
8 net-im/empathy: Rename geoloc USE flag (#588168)
9
10 Package-Manager: portage-2.3.0
11
12 net-im/empathy/empathy-3.12.12.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/net-im/empathy/empathy-3.12.12.ebuild b/net-im/empathy/empathy-3.12.12.ebuild
16 index a5551a3..71db2f0 100644
17 --- a/net-im/empathy/empathy-3.12.12.ebuild
18 +++ b/net-im/empathy/empathy-3.12.12.ebuild
19 @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Empathy"
20
21 LICENSE="GPL-2 CC-BY-SA-3.0 FDL-1.3 LGPL-2.1"
22 SLOT="0"
23 -IUSE="debug +geoloc gnome gnome-online-accounts +map spell test +v4l"
24 +IUSE="debug +geolocation gnome gnome-online-accounts +map spell test +v4l"
25 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
26
27 # False positives caused by nested configure scripts
28 @@ -52,7 +52,7 @@ COMMON_DEPEND="
29 net-libs/libsoup:2.4
30 x11-libs/libX11
31
32 - geoloc? (
33 + geolocation? (
34 >=app-misc/geoclue-2.1:2.0
35 >=sci-geosciences/geocode-glib-3.10 )
36 gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.1:= )
37 @@ -112,8 +112,8 @@ src_configure() {
38 --disable-ubuntu-online-accounts \
39 --enable-gst-1.0 \
40 $(use_enable debug) \
41 - $(use_enable geoloc geocode) \
42 - $(use_enable geoloc location) \
43 + $(use_enable geolocation geocode) \
44 + $(use_enable geolocation location) \
45 $(use_enable gnome-online-accounts goa) \
46 $(use_enable map) \
47 $(use_enable spell) \