From: Alexis Ballier Date: Fri, 20 Jan 2017 17:20:52 +0000 (+0100) Subject: dev-python/pyfeyn: adapt deps for texlive 2016 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3a39b2b379595cc94dc03a182c1b7a5b991420b7;p=gentoo.git dev-python/pyfeyn: adapt deps for texlive 2016 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/pyfeyn/pyfeyn-1.0.0.ebuild b/dev-python/pyfeyn/pyfeyn-1.0.0.ebuild index 76efc205983b..0fccf8c61a59 100644 --- a/dev-python/pyfeyn/pyfeyn-1.0.0.ebuild +++ b/dev-python/pyfeyn/pyfeyn-1.0.0.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$ @@ -18,6 +18,6 @@ IUSE="latex" DEPEND="" RDEPEND=">=dev-python/pyx-0.14[${PYTHON_USEDEP}] - latex? ( dev-texlive/texlive-science )" + latex? ( || ( dev-texlive/texlive-mathscience dev-texlive/texlive-science ) )" PATCHES=( "${FILESDIR}"/${P}.patch )