diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-20 19:19:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-20 19:19:06 +0000 |
commit | bb1280b0909449c92928b5e166944125ecc612d8 (patch) | |
tree | f38eae3d46f62575f187375e9b04baf6036f1ee5 /app-emulation/wine/wine-1.3.4.ebuild | |
parent | drop useless space (diff) | |
download | historical-bb1280b0909449c92928b5e166944125ecc612d8.tar.gz historical-bb1280b0909449c92928b5e166944125ecc612d8.tar.bz2 historical-bb1280b0909449c92928b5e166944125ecc612d8.zip |
Depend on virtual/yacc instead of bison.
Diffstat (limited to 'app-emulation/wine/wine-1.3.4.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.3.4.ebuild b/app-emulation/wine/wine-1.3.4.ebuild index 56ee86abbb8c..f8ea3c774086 100644 --- a/app-emulation/wine/wine-1.3.4.ebuild +++ b/app-emulation/wine/wine-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.9 2011/08/20 19:16:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.10 2011/08/20 19:19:06 vapier Exp $ EAPI="2" @@ -96,7 +96,7 @@ DEPEND="${RDEPEND} x11-proto/xf86vidmodeproto ) xinerama? ( x11-proto/xineramaproto ) - sys-devel/bison + virtual/yacc sys-devel/flex" src_unpack() { |