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 97A7013908F for ; Mon, 23 Jan 2017 09:19:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBCB123403C; Mon, 23 Jan 2017 09:19:18 +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 AA0FA23403C for ; Mon, 23 Jan 2017 09:19:18 +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 D207A34169E for ; Mon, 23 Jan 2017 09:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09FBD2CD4 for ; Mon, 23 Jan 2017 09:19:16 +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: <1485163124.7b808055aa6318019d8b24d676963bb6ad0dfd62.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/coq/coq-8.5.ebuild sci-mathematics/coq/coq-8.5_p3.ebuild sci-mathematics/coq/coq-8.6.ebuild X-VCS-Directories: sci-mathematics/coq/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7b808055aa6318019d8b24d676963bb6ad0dfd62 X-VCS-Branch: master Date: Mon, 23 Jan 2017 09:19:16 +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: be7d1b31-3320-4c0f-a919-08e34db1f82c X-Archives-Hash: 9afab2bb4de783b834cb048a36063e89 commit: 7b808055aa6318019d8b24d676963bb6ad0dfd62 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jan 23 09:18:44 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jan 23 09:18:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b808055 sci-mathematics/coq: adjust deps for TeX Live 2016. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-mathematics/coq/coq-8.5.ebuild | 4 ++-- sci-mathematics/coq/coq-8.5_p3.ebuild | 4 ++-- sci-mathematics/coq/coq-8.6.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-mathematics/coq/coq-8.5.ebuild b/sci-mathematics/coq/coq-8.5.ebuild index 040cc88..6b316f1 100644 --- a/sci-mathematics/coq/coq-8.5.ebuild +++ b/sci-mathematics/coq/coq-8.5.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 # $Id$ @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} dev-tex/hevea dev-tex/xcolor dev-texlive/texlive-pictures - dev-texlive/texlive-mathextra + || ( dev-texlive/texlive-mathscience dev-texlive/texlive-mathextra ) dev-texlive/texlive-latexextra )" diff --git a/sci-mathematics/coq/coq-8.5_p3.ebuild b/sci-mathematics/coq/coq-8.5_p3.ebuild index 5e04286..4c51032 100644 --- a/sci-mathematics/coq/coq-8.5_p3.ebuild +++ b/sci-mathematics/coq/coq-8.5_p3.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 # $Id$ @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} dev-tex/hevea dev-tex/xcolor dev-texlive/texlive-pictures - dev-texlive/texlive-mathextra + || ( dev-texlive/texlive-mathscience dev-texlive/texlive-mathextra ) dev-texlive/texlive-latexextra )" diff --git a/sci-mathematics/coq/coq-8.6.ebuild b/sci-mathematics/coq/coq-8.6.ebuild index e87893f..ffa143e 100644 --- a/sci-mathematics/coq/coq-8.6.ebuild +++ b/sci-mathematics/coq/coq-8.6.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 # $Id$ @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} dev-tex/hevea dev-tex/xcolor dev-texlive/texlive-pictures - dev-texlive/texlive-mathextra + || ( dev-texlive/texlive-mathscience dev-texlive/texlive-mathextra ) dev-texlive/texlive-latexextra )"