Gentoo Archives: gentoo-commits

From: Wolfram Schlich <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/epos/
Date: Thu, 04 May 2017 13:32:55
Message-Id: 1493904748.36a78fb5e76e928f1a441280cd9289686d55c10a.wschlich@gentoo
1 commit: 36a78fb5e76e928f1a441280cd9289686d55c10a
2 Author: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 13:32:07 2017 +0000
4 Commit: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 13:32:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a78fb5
7
8 app-accessibility/epos: use and depend on byacc (fixes bug #513760)
9
10 use and depend on byacc due to problems with =sys-devel/bison-3*,
11 fixes bug #513760.
12
13 Acked-By: William Hubbs <williamh <AT> gentoo.org>
14
15 Package-Manager: Portage-2.3.5, Repoman-2.3.1
16
17 app-accessibility/epos/epos-2.5.37-r2.ebuild | 8 +++++---
18 1 file changed, 5 insertions(+), 3 deletions(-)
19
20 diff --git a/app-accessibility/epos/epos-2.5.37-r2.ebuild b/app-accessibility/epos/epos-2.5.37-r2.ebuild
21 index d1d19b1a7e3..6f6c90eff6b 100644
22 --- a/app-accessibility/epos/epos-2.5.37-r2.ebuild
23 +++ b/app-accessibility/epos/epos-2.5.37-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -14,7 +14,8 @@ SLOT="0"
31 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86"
32 IUSE=""
33
34 -DEPEND=">=app-text/sgmltools-lite-3.0.3-r9"
35 +DEPEND=">=app-text/sgmltools-lite-3.0.3-r9
36 + dev-util/byacc"
37 RDEPEND=""
38
39 src_prepare() {
40 @@ -31,7 +32,8 @@ src_prepare() {
41 src_configure() {
42 econf \
43 --enable-charsets \
44 - --disable-portaudio
45 + --disable-portaudio \
46 + YACC=byacc
47 }
48
49 src_install() {