diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2017-05-04 15:32:07 +0200 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2017-05-04 15:32:28 +0200 |
commit | 36a78fb5e76e928f1a441280cd9289686d55c10a (patch) | |
tree | cfb6b6a4adb53fdf9192a243701dda008e177c96 /app-accessibility | |
parent | mail-mta/postfix: remove old (diff) | |
download | gentoo-36a78fb5e76e928f1a441280cd9289686d55c10a.tar.gz gentoo-36a78fb5e76e928f1a441280cd9289686d55c10a.tar.bz2 gentoo-36a78fb5e76e928f1a441280cd9289686d55c10a.zip |
app-accessibility/epos: use and depend on byacc (fixes bug #513760)
use and depend on byacc due to problems with =sys-devel/bison-3*,
fixes bug #513760.
Acked-By: William Hubbs <williamh@gentoo.org>
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/epos/epos-2.5.37-r2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-accessibility/epos/epos-2.5.37-r2.ebuild b/app-accessibility/epos/epos-2.5.37-r2.ebuild index d1d19b1a7e3e..6f6c90eff6be 100644 --- a/app-accessibility/epos/epos-2.5.37-r2.ebuild +++ b/app-accessibility/epos/epos-2.5.37-r2.ebuild @@ -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 @@ -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() { @@ -31,7 +32,8 @@ src_prepare() { src_configure() { econf \ --enable-charsets \ - --disable-portaudio + --disable-portaudio \ + YACC=byacc } src_install() { |