diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-28 01:31:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-28 01:31:09 +0000 |
commit | 6645915abe8e6631047673b34def47271c0b355b (patch) | |
tree | df7404bbd408d1f793cb985fa56f04e3c3e6180c /app-emulation/wine/wine-1.3.23.ebuild | |
parent | Initial import, ebuild based on graaff's version from his overlay (diff) | |
download | historical-6645915abe8e6631047673b34def47271c0b355b.tar.gz historical-6645915abe8e6631047673b34def47271c0b355b.tar.bz2 historical-6645915abe8e6631047673b34def47271c0b355b.zip |
Add pkg-config to DEPEND since various libs need it #406051 by cyberbat.
Package-Manager: portage-2.2.0_alpha86/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/wine/wine-1.3.23.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.23.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.3.23.ebuild b/app-emulation/wine/wine-1.3.23.ebuild index 142d035ea7e5..d9b7b0ee92bd 100644 --- a/app-emulation/wine/wine-1.3.23.ebuild +++ b/app-emulation/wine/wine-1.3.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild,v 1.15 2012/01/14 03:20:51 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild,v 1.16 2012/02/28 01:31:09 vapier Exp $ EAPI="4" @@ -95,6 +95,7 @@ DEPEND="${RDEPEND} ) xinerama? ( x11-proto/xineramaproto ) !hardened? ( sys-devel/prelink ) + dev-util/pkgconfig virtual/yacc sys-devel/flex" |