summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-05 14:54:39 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-05 16:38:29 +0100
commit746cfbb14636d7239a30aa17c21dac44f76b5846 (patch)
tree12afbf57c751740a0c34f81cf1ac0a3098daef3a /app-portage/eix/eix-0.32.9.ebuild
parentl10n.eclass: Update for unexpanded LINGUAS. (diff)
downloadgentoo-746cfbb14636d7239a30aa17c21dac44f76b5846.tar.gz
gentoo-746cfbb14636d7239a30aa17c21dac44f76b5846.tar.bz2
gentoo-746cfbb14636d7239a30aa17c21dac44f76b5846.zip
app-portage/eix: Do not inherit l10n.eclass.
No l10n_* functions are being called, and the eclass does not contain any code in global scope any more. Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-portage/eix/eix-0.32.9.ebuild')
-rw-r--r--app-portage/eix/eix-0.32.9.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-portage/eix/eix-0.32.9.ebuild b/app-portage/eix/eix-0.32.9.ebuild
index 24413c35c211..b51898888890 100644
--- a/app-portage/eix/eix-0.32.9.ebuild
+++ b/app-portage/eix/eix-0.32.9.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PLOCALES="de ru"
-inherit autotools bash-completion-r1 l10n systemd flag-o-matic
+inherit autotools bash-completion-r1 systemd flag-o-matic
DESCRIPTION="Search and query ebuilds"
HOMEPAGE="https://github.com/vaeth/eix/"