diff options
-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/" |