summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/gentoolkit/equery/uses.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pym/gentoolkit/equery/uses.py b/pym/gentoolkit/equery/uses.py
index 7af7f43..89f011c 100644
--- a/pym/gentoolkit/equery/uses.py
+++ b/pym/gentoolkit/equery/uses.py
@@ -215,8 +215,7 @@ def get_output_descriptions(pkg, global_usedesc):
if QUERY_OPTS["ignore_l10n"]:
for a in usevar[:]:
- # TODO: Remove linguas after transition to l10n is complete
- if a.startswith("l10n_") or a.startswith("linguas_"):
+ if a.startswith("l10n_"):
usevar.remove(a)
if pkg.is_installed():