dev-python/pyfeyn: adapt deps for texlive 2016
authorAlexis Ballier <aballier@gentoo.org>
Fri, 20 Jan 2017 17:20:52 +0000 (18:20 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Sat, 21 Jan 2017 13:19:31 +0000 (14:19 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/pyfeyn/pyfeyn-1.0.0.ebuild

index 76efc205983baeefcb54c88f526fad9def2750d6..0fccf8c61a5925596a6723d59963ba257f50f780 100644 (file)
@@ -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 )