diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-07-09 14:37:49 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-07-09 15:40:12 +0200 |
commit | e1a5deddb41691a25973f229cdb018bb7baee852 (patch) | |
tree | ae3a90091f3d408cbc003c0e0e77b02905ac251e /net-im/empathy | |
parent | profiles/use.desc: Allow geolocation USE to be used as a global one (#588168) (diff) | |
download | gentoo-e1a5deddb41691a25973f229cdb018bb7baee852.tar.gz gentoo-e1a5deddb41691a25973f229cdb018bb7baee852.tar.bz2 gentoo-e1a5deddb41691a25973f229cdb018bb7baee852.zip |
net-im/empathy: Rename geoloc USE flag (#588168)
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-im/empathy')
-rw-r--r-- | net-im/empathy/empathy-3.12.12.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/empathy/empathy-3.12.12.ebuild b/net-im/empathy/empathy-3.12.12.ebuild index a5551a37446a..71db2f06e4f4 100644 --- a/net-im/empathy/empathy-3.12.12.ebuild +++ b/net-im/empathy/empathy-3.12.12.ebuild @@ -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) \ |