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 | b1dfdf951cf87ced8fa4206b3cafc700d92a0f03 (patch) | |
tree | 3440cea09ea27d1a76b620c3989f49b003245998 /app-emulation/wine/wine-1.2.2.ebuild | |
parent | Initial import, ebuild based on graaff's version from his overlay (diff) | |
download | gentoo-2-b1dfdf951cf87ced8fa4206b3cafc700d92a0f03.tar.gz gentoo-2-b1dfdf951cf87ced8fa4206b3cafc700d92a0f03.tar.bz2 gentoo-2-b1dfdf951cf87ced8fa4206b3cafc700d92a0f03.zip |
Add pkg-config to DEPEND since various libs need it #406051 by cyberbat.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.2.2.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.2.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.2.2.ebuild b/app-emulation/wine/wine-1.2.2.ebuild index dddd32e502ea..bc87f35fa819 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-2012 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.13 2012/01/14 03:20:51 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.14 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" |