diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-02-07 17:53:54 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-02-07 18:01:26 +0100 |
commit | 78c6293d63b417b9ff1bdb98d8f57051997c0a72 (patch) | |
tree | 3d249d0c7e037d6324fc6344c3715d8c45693000 /app-i18n/man-pages-l10n | |
parent | app-i18n/man-pages-l10n: Block against sys-process/psmisc (diff) | |
download | gentoo-78c6293d63b417b9ff1bdb98d8f57051997c0a72.tar.gz gentoo-78c6293d63b417b9ff1bdb98d8f57051997c0a72.tar.bz2 gentoo-78c6293d63b417b9ff1bdb98d8f57051997c0a72.zip |
app-i18n/man-pages-l10n: Drop l10n_es and l10n_it support
These translations are still incomplete and fail to build.
Closes: https://bugs.gentoo.org/769314
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-i18n/man-pages-l10n')
-rw-r--r-- | app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild b/app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild index 8e25070f8a72..4e729d0cd021 100644 --- a/app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild +++ b/app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild @@ -12,14 +12,14 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -MY_L10N=(de es fr it nl pl pt-BR ro) +# build failure for es and it, so omit them for now #769314 +MY_L10N=(de fr nl pl pt-BR ro) IUSE="${MY_L10N[@]/#/l10n_}" REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )" RDEPEND="virtual/man l10n_de? ( !app-i18n/man-pages-de ) l10n_fr? ( !app-i18n/man-pages-fr ) - l10n_it? ( !app-i18n/man-pages-it ) l10n_nl? ( !app-i18n/man-pages-nl ) l10n_pl? ( !app-i18n/man-pages-pl )" |