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 5AAE71382C5 for ; Mon, 9 Apr 2018 19:31:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BEBBE09D0; Mon, 9 Apr 2018 19:31:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 55189E09CE for ; Mon, 9 Apr 2018 19:31:02 +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 31E43335C61 for ; Mon, 9 Apr 2018 19:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B050284 for ; Mon, 9 Apr 2018 19:30:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1523302247.352187786b501cc74cffc08ca3ea9bea2bf911ba.asturm@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.6.1.ebuild sci-mathematics/coq/coq-8.6.ebuild X-VCS-Directories: sci-mathematics/coq/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 352187786b501cc74cffc08ca3ea9bea2bf911ba X-VCS-Branch: master Date: Mon, 9 Apr 2018 19:30:59 +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: 8f225634-11b5-4eb7-b7b4-d07d9cef23d4 X-Archives-Hash: 756c3745f5851826c7c87a7377f22e95 commit: 352187786b501cc74cffc08ca3ea9bea2bf911ba Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 9 19:28:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 9 19:30:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35218778 sci-mathematics/coq: Drop obsolete dev-texlive/texlive-mathextra Package-Manager: Portage-2.3.28, Repoman-2.3.9 sci-mathematics/coq/coq-8.6.1.ebuild | 4 ++-- sci-mathematics/coq/coq-8.6.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/coq/coq-8.6.1.ebuild b/sci-mathematics/coq/coq-8.6.1.ebuild index 9b09cfd79dd..b07f22863ef 100644 --- a/sci-mathematics/coq/coq-8.6.1.ebuild +++ b/sci-mathematics/coq/coq-8.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} dev-tex/hevea dev-tex/xcolor dev-texlive/texlive-pictures - || ( dev-texlive/texlive-mathscience dev-texlive/texlive-mathextra ) + dev-texlive/texlive-mathscience dev-texlive/texlive-latexextra )" diff --git a/sci-mathematics/coq/coq-8.6.ebuild b/sci-mathematics/coq/coq-8.6.ebuild index f2f38a06382..b06ed6df0f9 100644 --- a/sci-mathematics/coq/coq-8.6.ebuild +++ b/sci-mathematics/coq/coq-8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} dev-tex/hevea dev-tex/xcolor dev-texlive/texlive-pictures - || ( dev-texlive/texlive-mathscience dev-texlive/texlive-mathextra ) + dev-texlive/texlive-mathscience dev-texlive/texlive-latexextra )"