Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/lyx/
Date: Fri, 11 Jun 2021 18:34:44
Message-Id: 1623436474.0c9372f9fcef9042b2fdeb4b110345b982b21315.pacho@gentoo
1 commit: 0c9372f9fcef9042b2fdeb4b110345b982b21315
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 18:34:18 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 18:34:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9372f9
7
8 app-office/lyx: Needs bc at build time
9
10 Closes: https://bugs.gentoo.org/787839
11 Thanks-to: Agostino Sarubbo
12 Package-Manager: Portage-3.0.19, Repoman-3.0.3
13 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
14
15 app-office/lyx/lyx-2.3.6.1-r1.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/app-office/lyx/lyx-2.3.6.1-r1.ebuild b/app-office/lyx/lyx-2.3.6.1-r1.ebuild
19 index d9922fde669..e13ad4da476 100644
20 --- a/app-office/lyx/lyx-2.3.6.1-r1.ebuild
21 +++ b/app-office/lyx/lyx-2.3.6.1-r1.ebuild
22 @@ -19,7 +19,9 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
23 IUSE="aspell cups debug dia dot enchant gnumeric html +hunspell +latex monolithic-build nls rcs rtf svg l10n_he"
24 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
25
26 +# bc needed http://comments.gmane.org/gmane.editors.lyx.devel/137498 and bug #787839
27 BDEPEND="
28 + sys-devel/bc
29 virtual/pkgconfig
30 nls? ( sys-devel/gettext )
31 "