diff options
-rw-r--r-- | dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyfeyn/pyfeyn-1.0.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild b/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild index b99a85fe1042..7651864a5e27 100644 --- a/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild +++ b/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild @@ -17,6 +17,6 @@ IUSE="latex" DEPEND="" RDEPEND=">=dev-python/pyx-0.14[${PYTHON_USEDEP}] - latex? ( || ( dev-texlive/texlive-mathscience dev-texlive/texlive-science ) )" + latex? ( dev-texlive/texlive-mathscience )" PATCHES=( "${FILESDIR}"/${P}.patch ) diff --git a/dev-python/pyfeyn/pyfeyn-1.0.0.ebuild b/dev-python/pyfeyn/pyfeyn-1.0.0.ebuild index c10f8d9bc59f..7b9d50fc051d 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-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,6 @@ IUSE="latex" DEPEND="" RDEPEND=">=dev-python/pyx-0.14[${PYTHON_USEDEP}] - latex? ( || ( dev-texlive/texlive-mathscience dev-texlive/texlive-science ) )" + latex? ( dev-texlive/texlive-mathscience )" PATCHES=( "${FILESDIR}"/${P}.patch ) |