commit: 0c9372f9fcef9042b2fdeb4b110345b982b21315 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Jun 11 18:34:18 2021 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Jun 11 18:34:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9372f9
app-office/lyx: Needs bc at build time Closes: https://bugs.gentoo.org/787839 Thanks-to: Agostino Sarubbo Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-office/lyx/lyx-2.3.6.1-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-office/lyx/lyx-2.3.6.1-r1.ebuild b/app-office/lyx/lyx-2.3.6.1-r1.ebuild index d9922fde669..e13ad4da476 100644 --- a/app-office/lyx/lyx-2.3.6.1-r1.ebuild +++ b/app-office/lyx/lyx-2.3.6.1-r1.ebuild @@ -19,7 +19,9 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" IUSE="aspell cups debug dia dot enchant gnumeric html +hunspell +latex monolithic-build nls rcs rtf svg l10n_he" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# bc needed http://comments.gmane.org/gmane.editors.lyx.devel/137498 and bug #787839 BDEPEND=" + sys-devel/bc virtual/pkgconfig nls? ( sys-devel/gettext ) "
