Skip to content

Commit

Permalink
app-accessibility/epos: use and depend on byacc (fixes bug #513760)
Browse files Browse the repository at this point in the history
use and depend on byacc due to problems with =sys-devel/bison-3*,
fixes bug #513760.

Acked-By: William Hubbs <[email protected]>

Package-Manager: Portage-2.3.5, Repoman-2.3.1
  • Loading branch information
wschlich committed May 4, 2017
1 parent 85c4282 commit 36a78fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app-accessibility/epos/epos-2.5.37-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86"
IUSE=""

DEPEND=">=app-text/sgmltools-lite-3.0.3-r9"
DEPEND=">=app-text/sgmltools-lite-3.0.3-r9
dev-util/byacc"
RDEPEND=""

src_prepare() {
Expand All @@ -31,7 +32,8 @@ src_prepare() {
src_configure() {
econf \
--enable-charsets \
--disable-portaudio
--disable-portaudio \
YACC=byacc
}

src_install() {
Expand Down

0 comments on commit 36a78fb

Please sign in to comment.