summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-08-20 19:19:06 +0000
committerMike Frysinger <vapier@gentoo.org>2011-08-20 19:19:06 +0000
commitbb1280b0909449c92928b5e166944125ecc612d8 (patch)
treef38eae3d46f62575f187375e9b04baf6036f1ee5 /app-emulation/wine/wine-1.3.4.ebuild
parentdrop useless space (diff)
downloadhistorical-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.ebuild4
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() {