summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-01-04 12:49:44 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-01-04 12:53:00 +0100
commitecc409ce85e3281d9ba6fa260bb689a241617c82 (patch)
tree4724122b76e0bdaedda160e242ac54d0a6e141f1 /sys-apps/man-pages/man-pages-4.14.ebuild
parentx11-wm/evilwm: Drop old (diff)
downloadgentoo-ecc409ce85e3281d9ba6fa260bb689a241617c82.tar.gz
gentoo-ecc409ce85e3281d9ba6fa260bb689a241617c82.tar.bz2
gentoo-ecc409ce85e3281d9ba6fa260bb689a241617c82.zip
sys-apps/man-pages: Removed support of romanian translation.
Closes: https://bugs.gentoo.org/643396 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-apps/man-pages/man-pages-4.14.ebuild')
-rw-r--r--sys-apps/man-pages/man-pages-4.14.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/man-pages/man-pages-4.14.ebuild b/sys-apps/man-pages/man-pages-4.14.ebuild
index 257d28c42577..34c06eaed5d3 100644
--- a/sys-apps/man-pages/man-pages-4.14.ebuild
+++ b/sys-apps/man-pages/man-pages-4.14.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"
@@ -15,7 +15,7 @@ SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
LICENSE="man-pages GPL-2+ BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE_L10N=" da de fr it ja nl pl ro ru zh-CN"
+IUSE_L10N=" da de fr it ja nl pl ru zh-CN"
IUSE="nls ${IUSE_L10N// / l10n_}"
RESTRICT="binchecks"
@@ -33,7 +33,6 @@ PDEPEND="nls? (
l10n_ja? ( app-i18n/man-pages-ja )
l10n_nl? ( app-i18n/man-pages-nl )
l10n_pl? ( app-i18n/man-pages-pl )
- l10n_ro? ( app-i18n/man-pages-ro )
l10n_ru? ( app-i18n/man-pages-ru )
l10n_zh-CN? ( app-i18n/man-pages-zh_CN )
)