commit: bcbd7dced6dcbd407993764234ceb5bf0c3ca215
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 9 15:36:15 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 9 15:36:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbd7dce
virtual/latex-base: Add dep on dev-texlive/texlive-fontsrecommended.
It is needed to build almost anything latex and should prevent bugs like bug
#621256
Package-Manager: Portage-2.3.6, Repoman-2.3.2
virtual/latex-base/latex-base-1.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/virtual/latex-base/latex-base-1.0.ebuild
b/virtual/latex-base/latex-base-1.0.ebuild
index 354ca626265..576356615eb 100644
--- a/virtual/latex-base/latex-base-1.0.ebuild
+++ b/virtual/latex-base/latex-base-1.0.ebuild
@@ -10,4 +10,5 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64
s390 sh sparc x86 ~am
RDEPEND="
dev-texlive/texlive-latexrecommended
dev-texlive/texlive-fontutils
+ dev-texlive/texlive-fontsrecommended
"