diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-09 21:28:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-09 21:30:47 +0200 |
commit | 352187786b501cc74cffc08ca3ea9bea2bf911ba (patch) | |
tree | a4b050eb7b12f5a2ed9a78d3169869430c69b2da /sci-mathematics/coq | |
parent | dev-haskell/lhs2tex: Drop obsolete dev-texlive/texlive-mathextra (diff) | |
download | gentoo-352187786b501cc74cffc08ca3ea9bea2bf911ba.tar.gz gentoo-352187786b501cc74cffc08ca3ea9bea2bf911ba.tar.bz2 gentoo-352187786b501cc74cffc08ca3ea9bea2bf911ba.zip |
sci-mathematics/coq: Drop obsolete dev-texlive/texlive-mathextra
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'sci-mathematics/coq')
-rw-r--r-- | sci-mathematics/coq/coq-8.6.1.ebuild | 4 | ||||
-rw-r--r-- | 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 9b09cfd79ddd..b07f22863ef7 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 f2f38a063820..b06ed6df0f92 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 )" |