From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E0EC138359 for ; Fri, 3 Jul 2020 12:46:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BBBAE0863; Fri, 3 Jul 2020 12:46:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62E17E0863 for ; Fri, 3 Jul 2020 12:46:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D9F934EF81 for ; Fri, 3 Jul 2020 12:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA29729A for ; Fri, 3 Jul 2020 12:46:29 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1593780376.47a152ca52abce2953b59c44c4f852d3e995a1ad.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive/texlive-2020-r3.ebuild app-text/texlive/texlive-2020-r4.ebuild X-VCS-Directories: app-text/texlive/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 47a152ca52abce2953b59c44c4f852d3e995a1ad X-VCS-Branch: master Date: Fri, 3 Jul 2020 12:46:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6976620d-c06e-4756-b9c6-b231195d35ed X-Archives-Hash: 0bda6081a7535e2be17040f322757e95 commit: 47a152ca52abce2953b59c44c4f852d3e995a1ad Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 3 12:46:16 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 3 12:46:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a152ca app-text/texlive: remove cjk-latex Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> app-text/texlive/{texlive-2020-r3.ebuild => texlive-2020-r4.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/texlive/texlive-2020-r3.ebuild b/app-text/texlive/texlive-2020-r4.ebuild similarity index 98% rename from app-text/texlive/texlive-2020-r3.ebuild rename to app-text/texlive/texlive-2020-r4.ebuild index a75573b772d..b06a7f6c1a0 100644 --- a/app-text/texlive/texlive-2020-r3.ebuild +++ b/app-text/texlive/texlive-2020-r4.ebuild @@ -79,8 +79,7 @@ RDEPEND="${DEPEND} l10n_ar? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) l10n_fa? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) l10n_hy? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - cjk? ( >=${TEXLIVE_CAT}/texlive-langcjk-${PV} - >=dev-tex/cjk-latex-4.8.4 ) + cjk? ( >=${TEXLIVE_CAT}/texlive-langcjk-${PV} ) l10n_hr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) l10n_bg? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) l10n_br? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} )