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 EC1F1139694 for ; Sun, 11 Jun 2017 11:27:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE6E021C06D; Sun, 11 Jun 2017 11:27:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A63F121C06D for ; Sun, 11 Jun 2017 11:27:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ABFC734196E for ; Sun, 11 Jun 2017 11:27:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BC0573E2 for ; Sun, 11 Jun 2017 11:27:43 +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: <1497180240.7a10a6c230beb4f38e27ef6452efd0ffef0d64cc.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/canna/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/canna/canna-3.7_p3-r2.ebuild X-VCS-Directories: app-i18n/canna/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7a10a6c230beb4f38e27ef6452efd0ffef0d64cc X-VCS-Branch: master Date: Sun, 11 Jun 2017 11:27:43 +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: 3d93bd19-9c9c-4949-bea9-a17068a379a4 X-Archives-Hash: 586256fed0014d096a3a9052ef2ec892 commit: 7a10a6c230beb4f38e27ef6452efd0ffef0d64cc Author: Alexis Ballier gentoo org> AuthorDate: Sun Jun 11 11:24:00 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jun 11 11:24:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a10a6c2 app-i18n/canna: adapt deps for texlive 2017 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-i18n/canna/canna-3.7_p3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/canna/canna-3.7_p3-r2.ebuild b/app-i18n/canna/canna-3.7_p3-r2.ebuild index de02627c1fc..a449de4f5f9 100644 --- a/app-i18n/canna/canna-3.7_p3-r2.ebuild +++ b/app-i18n/canna/canna-3.7_p3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit cannadic eutils multilib @@ -22,7 +22,7 @@ DEPEND=">=sys-apps/sed-4 app-text/ghostscript-gpl >=dev-texlive/texlive-langcjk-2010 dev-texlive/texlive-fontsextra - dev-texlive/texlive-genericrecommended + || ( dev-texlive/texlive-plaingeneric dev-texlive/texlive-genericrecommended ) dev-texlive/texlive-latexrecommended )" RDEPEND=""