diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-06-11 20:34:18 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-06-11 20:34:34 +0200 |
commit | 0c9372f9fcef9042b2fdeb4b110345b982b21315 (patch) | |
tree | a79617dca179f7e36f8bd37a8b2b554e79adfcb1 /app-office/lyx | |
parent | sci-mathematics/rstudio: Fix server startup scripts (diff) | |
download | gentoo-0c9372f9fcef9042b2fdeb4b110345b982b21315.tar.gz gentoo-0c9372f9fcef9042b2fdeb4b110345b982b21315.tar.bz2 gentoo-0c9372f9fcef9042b2fdeb4b110345b982b21315.zip |
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@gentoo.org>
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/lyx-2.3.6.1-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 d9922fde669e..e13ad4da4760 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 ) " |