diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-08 18:41:01 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-08 18:44:57 +0100 |
commit | a60fd02432aef0b5615a0cefd283fc7d011047a1 (patch) | |
tree | 672ce2d99411e669f58da6cfd15ae1fcc42d838a /sys-apps | |
parent | app-misc/byobu: bump to 130, update PYTHON_COMPAT (diff) | |
download | gentoo-a60fd02432aef0b5615a0cefd283fc7d011047a1.tar.gz gentoo-a60fd02432aef0b5615a0cefd283fc7d011047a1.tar.bz2 gentoo-a60fd02432aef0b5615a0cefd283fc7d011047a1.zip |
sys-apps/man-pages: Remove dependency on last-rited man-pages-da.
Bug: https://bugs.gentoo.org/702468
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man-pages/man-pages-5.03.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/man-pages/man-pages-5.04.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys-apps/man-pages/man-pages-5.03.ebuild b/sys-apps/man-pages/man-pages-5.03.ebuild index a9922828cd45..98c651b497c7 100644 --- a/sys-apps/man-pages/man-pages-5.03.ebuild +++ b/sys-apps/man-pages/man-pages-5.03.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://www.kernel.org/pub/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 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux" -IUSE_L10N=" da de fr it ja nl pl ru zh-CN" +IUSE_L10N=" de fr it ja nl pl ru zh-CN" IUSE="nls ${IUSE_L10N// / l10n_}" RESTRICT="binchecks" @@ -26,7 +26,6 @@ RDEPEND="virtual/man !<dev-libs/libaio-0.3.109-r2 !<dev-libs/libbsd-0.8.3-r1" PDEPEND="nls? ( - l10n_da? ( app-i18n/man-pages-da ) l10n_de? ( app-i18n/man-pages-de ) l10n_fr? ( app-i18n/man-pages-fr ) l10n_it? ( app-i18n/man-pages-it ) diff --git a/sys-apps/man-pages/man-pages-5.04.ebuild b/sys-apps/man-pages/man-pages-5.04.ebuild index ea909f0780a0..63013ab5b776 100644 --- a/sys-apps/man-pages/man-pages-5.04.ebuild +++ b/sys-apps/man-pages/man-pages-5.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://www.kernel.org/pub/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 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE_L10N=" da de fr it ja nl pl ru zh-CN" +IUSE_L10N=" de fr it ja nl pl ru zh-CN" IUSE="nls ${IUSE_L10N// / l10n_}" RESTRICT="binchecks" @@ -26,7 +26,6 @@ RDEPEND="virtual/man !<dev-libs/libaio-0.3.109-r2 !<dev-libs/libbsd-0.8.3-r1" PDEPEND="nls? ( - l10n_da? ( app-i18n/man-pages-da ) l10n_de? ( app-i18n/man-pages-de ) l10n_fr? ( app-i18n/man-pages-fr ) l10n_it? ( app-i18n/man-pages-it ) |