diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 14:54:39 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 16:38:29 +0100 |
commit | 746cfbb14636d7239a30aa17c21dac44f76b5846 (patch) | |
tree | 12afbf57c751740a0c34f81cf1ac0a3098daef3a /app-portage | |
parent | l10n.eclass: Update for unexpanded LINGUAS. (diff) | |
download | gentoo-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')
-rw-r--r-- | app-portage/eix/eix-0.32.9.ebuild | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.33.0-r1.ebuild | 3 |
2 files changed, 3 insertions, 5 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/" diff --git a/app-portage/eix/eix-0.33.0-r1.ebuild b/app-portage/eix/eix-0.33.0-r1.ebuild index f651221ce027..48e3bb7a9fcd 100644 --- a/app-portage/eix/eix-0.33.0-r1.ebuild +++ b/app-portage/eix/eix-0.33.0-r1.ebuild @@ -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/" |