diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-06-23 15:24:29 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-06-26 19:06:00 +0200 |
commit | 48651ecc0d4444536ed15b06736e331238b6f92b (patch) | |
tree | d78b1514a1fa404d3d33383e7cdfcd2a6c09db82 /eclass/eutils.eclass | |
parent | l10n.eclass: Minor touchup of EAPI conditional (diff) | |
download | gentoo-48651ecc0d4444536ed15b06736e331238b6f92b.tar.gz gentoo-48651ecc0d4444536ed15b06736e331238b6f92b.tar.bz2 gentoo-48651ecc0d4444536ed15b06736e331238b6f92b.zip |
strip-linguas.eclass: New eclass, split off from l10n
Originally strip-linguas() was part of eutils.eclass. It was moved
to l10n.eclass in late 2020, but there are few (if any) ebuilds using
strip-linguas and the other functions from l10n.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r-- | eclass/eutils.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 5d1e0e8e83d5..207d05e7f975 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -25,10 +25,10 @@ _EUTILS_ECLASS=1 # implicitly inherited (now split) eclasses case ${EAPI} in 5|6) - inherit desktop edos2unix epatch estack l10n ltprune multilib \ - preserve-libs toolchain-funcs vcs-clean wrapper + inherit desktop edos2unix epatch estack ltprune multilib \ + preserve-libs strip-linguas toolchain-funcs vcs-clean wrapper ;; - 7) inherit edos2unix l10n wrapper ;; + 7) inherit edos2unix strip-linguas wrapper ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac |