diff options
author | 2011-08-20 19:19:06 +0000 | |
---|---|---|
committer | 2011-08-20 19:19:06 +0000 | |
commit | 35661f5a5da3f97831ef0b4c8e38a5397d678417 (patch) | |
tree | f514dfd81245612bb78d9ae6f7e6b7a359322b44 /app-emulation/wine/wine-1.2.2.ebuild | |
parent | drop useless space (diff) | |
download | gentoo-2-35661f5a5da3f97831ef0b4c8e38a5397d678417.tar.gz gentoo-2-35661f5a5da3f97831ef0b4c8e38a5397d678417.tar.bz2 gentoo-2-35661f5a5da3f97831ef0b4c8e38a5397d678417.zip |
Depend on virtual/yacc instead of bison.
Diffstat (limited to 'app-emulation/wine/wine-1.2.2.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.2.2.ebuild b/app-emulation/wine/wine-1.2.2.ebuild index f3b551924257..d76f194097bc 100644 --- a/app-emulation/wine/wine-1.2.2.ebuild +++ b/app-emulation/wine/wine-1.2.2.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.2.2.ebuild,v 1.8 2011/08/20 19:16:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.9 2011/08/20 19:19:05 vapier Exp $ EAPI="2" @@ -93,7 +93,7 @@ DEPEND="${RDEPEND} x11-proto/xf86vidmodeproto ) xinerama? ( x11-proto/xineramaproto ) - sys-devel/bison + virtual/yacc sys-devel/flex" src_unpack() { |