commit: e1a5deddb41691a25973f229cdb018bb7baee852 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Jul 9 12:37:49 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Jul 9 13:40:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a5dedd
net-im/empathy: Rename geoloc USE flag (#588168) Package-Manager: portage-2.3.0 net-im/empathy/empathy-3.12.12.ebuild | 8 ++++---- 1 file 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 a5551a3..71db2f0 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) \
