diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-24 22:42:15 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:18:59 +0100 |
commit | a905048d0948d607e3ac1daea32525046568dfda (patch) | |
tree | 1449eb77f3638ae10b7aef2dbb7de4da324a6f5d /profiles/desktop | |
parent | profiles/common: drop /etc/sudo_logsrvd.conf (diff) | |
download | portage-a905048d0948d607e3ac1daea32525046568dfda.tar.xz |
profiles/desktop: disable geolocation USE flag
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index bd18998d..cfa3398e 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -72,7 +72,7 @@ USE="${USE} ffmpeg matroska mp4 mpeg mpeg2 ogg ogm quicktime theora xine" USE="${USE} latex" # Accessiblity -USE="${USE} -accessibility -espeak -udisks highlight" +USE="${USE} -accessibility -espeak -udisks highlight -geolocation" # Misc desktop USE="${USE} cue fftw json libaas srt xface" |