net-im/empathy: Rename geoloc USE flag (#588168)
authorPacho Ramos <pacho@gentoo.org>
Sat, 9 Jul 2016 12:37:49 +0000 (14:37 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 9 Jul 2016 13:40:12 +0000 (15:40 +0200)
Package-Manager: portage-2.3.0

net-im/empathy/empathy-3.12.12.ebuild

index a5551a37446a5a0a54c550eb7efc39abfc3c1025..71db2f06e4f4969a7d87c67bb3f02d9a0012082b 100644 (file)
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Empathy"
 
 LICENSE="GPL-2 CC-BY-SA-3.0 FDL-1.3 LGPL-2.1"
 SLOT="0"
-IUSE="debug +geoloc gnome gnome-online-accounts +map spell test +v4l"
+IUSE="debug +geolocation gnome gnome-online-accounts +map spell test +v4l"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
 
 # False positives caused by nested configure scripts
@@ -52,7 +52,7 @@ COMMON_DEPEND="
        net-libs/libsoup:2.4
        x11-libs/libX11
 
-       geoloc? (
+       geolocation? (
                >=app-misc/geoclue-2.1:2.0
                >=sci-geosciences/geocode-glib-3.10 )
        gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.1:= )
@@ -112,8 +112,8 @@ src_configure() {
                --disable-ubuntu-online-accounts \
                --enable-gst-1.0 \
                $(use_enable debug) \
-               $(use_enable geoloc geocode) \
-               $(use_enable geoloc location) \
+               $(use_enable geolocation geocode) \
+               $(use_enable geolocation location) \
                $(use_enable gnome-online-accounts goa) \
                $(use_enable map) \
                $(use_enable spell) \