app-portage/eix: Do not inherit l10n.eclass.
authorUlrich Müller <ulm@gentoo.org>
Fri, 5 Jan 2018 13:54:39 +0000 (14:54 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 5 Jan 2018 15:38:29 +0000 (16:38 +0100)
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

app-portage/eix/eix-0.32.9.ebuild
app-portage/eix/eix-0.33.0-r1.ebuild

index 24413c35c21166fb3a5e56b39735665b7aa850f1..b5189888889076caa4a462e8f362155722ac8380 100644 (file)
@@ -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/"
index f651221ce02731c7b57e295fada88153104c3562..48e3bb7a9fcdd0585b39076c14f84880fb2ec762 100644 (file)
@@ -3,8 +3,7 @@
 
 EAPI=6
 
-PLOCALES="de ru"
-inherit autotools bash-completion-r1 flag-o-matic l10n tmpfiles
+inherit autotools bash-completion-r1 flag-o-matic tmpfiles
 
 DESCRIPTION="Search and query ebuilds"
 HOMEPAGE="https://github.com/vaeth/eix/"