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.22.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.22.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.3.22.ebuild b/app-emulation/wine/wine-1.3.22.ebuild index 747ef7e4d61e..2dce89c39727 100644 --- a/app-emulation/wine/wine-1.3.22.ebuild +++ b/app-emulation/wine/wine-1.3.22.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.22.ebuild,v 1.8 2011/08/20 19:16:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild,v 1.9 2011/08/20 19:19:06 vapier Exp $ EAPI="2" @@ -99,7 +99,7 @@ DEPEND="${RDEPEND} x11-proto/xf86vidmodeproto ) xinerama? ( x11-proto/xineramaproto ) - sys-devel/bison + virtual/yacc sys-devel/flex" src_unpack() { |