commit: 8bcdd9c0acdfe1a63c4928ee05d06fc488600280 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Oct 14 07:52:41 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Oct 14 09:21:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcdd9c0
dev-python/tikzplotlib: add missing use flag on dep Closes: https://bugs.gentoo.org/748723 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> Closes: https://github.com/gentoo/gentoo/pull/17920 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild index 78beb88f005..c6df920586b 100644 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild +++ b/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild @@ -16,10 +16,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" - app-text/texlive + app-text/texlive[extra] $( python_gen_cond_dep \ 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_7 ) - dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/matplotlib[latex,${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] "
