summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-06 17:40:02 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-06 17:40:49 +0100
commitf728703e67cad440a509196caa98e9875ae02e0e (patch)
tree6264620cb3b44497a37b6dc25abd6d38af1c599c /app-portage/esearch/esearch-9999.ebuild
parentdev-perl/Test-File: Drop old (diff)
downloadgentoo-f728703e67cad440a509196caa98e9875ae02e0e.tar.gz
gentoo-f728703e67cad440a509196caa98e9875ae02e0e.tar.bz2
gentoo-f728703e67cad440a509196caa98e9875ae02e0e.zip
app-portage/esearch: Migrate from LINGUAS to L10N.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-portage/esearch/esearch-9999.ebuild')
-rw-r--r--app-portage/esearch/esearch-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 9a9ca40fa2c1..fb347e360d9e 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/fuzzyray/esearch.git"
LICENSE="GPL-2"
SLOT="0"
-IUSE="linguas_fr linguas_it"
+IUSE="l10n_fr l10n_it"
KEYWORDS=""
@@ -32,13 +32,13 @@ python_install_all() {
distutils-r1_python_install_all
dodoc eupdatedb.cron || die "dodoc failed"
- # Remove unused man pages according to the linguas flags
- if ! use linguas_fr ; then
+ # Remove unused man pages according to the l10n flags
+ if ! use l10n_fr ; then
rm -rf "${ED}"/usr/share/man/fr \
|| die "rm failed to remove ${ED}/usr/share/man/fr"
fi
- if ! use linguas_it ; then
+ if ! use l10n_it ; then
rm -rf "${ED}"/usr/share/man/it \
|| die "rm failed to remove ${ED}/usr/share/man/it"
fi