Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/ginac/
Date: Wed, 02 Feb 2022 15:40:46
Message-Id: 1643816415.e04e32a6bd15efb28be9a2cbf9a3ccceb2e63705.grozin@gentoo
1 commit: e04e32a6bd15efb28be9a2cbf9a3ccceb2e63705
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 15:40:15 2022 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 15:40:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04e32a6
7
8 sci-mathematics/ginac: ginac-1.8.2[doc] DEPENDs on texlive-latexextra
9
10 Bug: https://bugs.gentoo.org/832582
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
13
14 sci-mathematics/ginac/ginac-1.8.2.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/sci-mathematics/ginac/ginac-1.8.2.ebuild b/sci-mathematics/ginac/ginac-1.8.2.ebuild
18 index f53cf97078dd..9d6757bca841 100644
19 --- a/sci-mathematics/ginac/ginac-1.8.2.ebuild
20 +++ b/sci-mathematics/ginac/ginac-1.8.2.ebuild
21 @@ -25,6 +25,7 @@ BDEPEND="
22 app-doc/doxygen
23 dev-texlive/texlive-fontsrecommended
24 media-gfx/transfig
25 + dev-texlive/texlive-latexextra
26 virtual/texi2dvi
27 )"