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 587291395E2 for ; Tue, 29 Nov 2016 12:22:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B31DDE0B1B; Tue, 29 Nov 2016 12:22:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BD38E0B1B for ; Tue, 29 Nov 2016 12:22:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5D8B340FA4 for ; Tue, 29 Nov 2016 12:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91C054A1 for ; Tue, 29 Nov 2016 12:22:34 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1480422140.bb64aa9897ee350484991d9e6f241fa330179e63.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive/texlive-2015.ebuild X-VCS-Directories: app-text/texlive/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: bb64aa9897ee350484991d9e6f241fa330179e63 X-VCS-Branch: master Date: Tue, 29 Nov 2016 12:22:34 +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-Archives-Salt: 39f1e9d7-937d-42f0-87be-91654a3e70f8 X-Archives-Hash: b0c830aa6c436772d74c9c85913f8a0e commit: bb64aa9897ee350484991d9e6f241fa330179e63 Author: Alexis Ballier gentoo org> AuthorDate: Tue Nov 29 12:22:20 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Nov 29 12:22:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb64aa98 app-text/texlive: bump cjk-latex dep, bug #599966 Package-Manager: portage-2.3.2 app-text/texlive/texlive-2015.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/texlive/texlive-2015.ebuild b/app-text/texlive/texlive-2015.ebuild index 3c98063..9772a70 100644 --- a/app-text/texlive/texlive-2015.ebuild +++ b/app-text/texlive/texlive-2015.ebuild @@ -98,7 +98,7 @@ RDEPEND="${DEPEND} 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.3-r1 ) + >=dev-tex/cjk-latex-4.8.4 ) l10n_hr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) l10n_bg? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) l10n_br? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} )