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 DB09B139086 for ; Sun, 22 Jan 2017 08:44:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6C802241F5; Sun, 22 Jan 2017 08:44:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 80EF52241F5 for ; Sun, 22 Jan 2017 08:44:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4BD40341690 for ; Sun, 22 Jan 2017 08:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70CEF2C4C for ; Sun, 22 Jan 2017 08:44:14 +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: <1485074641.eadd9d8d9e0365ae35f7db9f7818f57f65cb88ab.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/texlive-core-2016.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: eadd9d8d9e0365ae35f7db9f7818f57f65cb88ab X-VCS-Branch: master Date: Sun, 22 Jan 2017 08:44:14 +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: 378903c1-2e4f-4145-aa8d-cf6c1e65ca9b X-Archives-Hash: 76153bd0cb2304f2cce4f5d101852330 commit: eadd9d8d9e0365ae35f7db9f7818f57f65cb88ab Author: Alexis Ballier gentoo org> AuthorDate: Sun Jan 22 08:43:36 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jan 22 08:44:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadd9d8d app-text/texlive-core: Bump dep requirements for 2016 version, bug #606772. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/texlive-core/texlive-core-2016.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/texlive-core/texlive-core-2016.ebuild b/app-text/texlive-core/texlive-core-2016.ebuild index 25b8c61..7b9f601 100644 --- a/app-text/texlive-core/texlive-core-2016.ebuild +++ b/app-text/texlive-core/texlive-core-2016.ebuild @@ -117,7 +117,7 @@ COMMON_DEPEND="${MODULAR_X_DEPEND} ) media-libs/freetype:2 >=dev-libs/kpathsea-6.2.1 - cjk? ( >=dev-libs/ptexenc-1.3.3_p20150521 )" + cjk? ( >=dev-libs/ptexenc-1.3.4_p20160523 )" DEPEND="${COMMON_DEPEND} virtual/pkgconfig @@ -126,9 +126,9 @@ DEPEND="${COMMON_DEPEND} app-arch/xz-utils" RDEPEND="${COMMON_DEPEND} - >=app-text/ps2pkm-1.7_p20150521 - >=app-text/dvipsk-5.995_p20150521 - >=dev-tex/bibtexu-3.71_p20150521 + >=app-text/ps2pkm-1.8_p20160523 + >=app-text/dvipsk-5.996_p20160523 + >=dev-tex/bibtexu-3.71_p20160523 virtual/perl-Getopt-Long tk? ( dev-perl/Tk )"