diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-07-23 14:26:04 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-07-23 14:26:04 +0000 |
commit | f59e83568a5ad8372078ec91fbc6e29f0cbd1151 (patch) | |
tree | 0abb39996cb7a5a75b543477eba17e0f451640d6 /media-libs/mesa/mesa-7.9.2.ebuild | |
parent | ppc stable wrt #348510 (diff) | |
download | gentoo-2-f59e83568a5ad8372078ec91fbc6e29f0cbd1151.tar.gz gentoo-2-f59e83568a5ad8372078ec91fbc6e29f0cbd1151.tar.bz2 gentoo-2-f59e83568a5ad8372078ec91fbc6e29f0cbd1151.zip |
Add missing bison/flex dependency to more ebuilds, bug #376103. Remove obsolete versions.
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/mesa/mesa-7.9.2.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-7.9.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-7.9.2.ebuild b/media-libs/mesa/mesa-7.9.2.ebuild index 0a54d9c4ea2a..682bec92d7d4 100644 --- a/media-libs/mesa/mesa-7.9.2.ebuild +++ b/media-libs/mesa/mesa-7.9.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/media-libs/mesa/mesa-7.9.2.ebuild,v 1.8 2011/04/17 22:53:15 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.9.2.ebuild,v 1.9 2011/07/23 14:26:04 chithanh Exp $ EAPI=3 @@ -92,6 +92,8 @@ done DEPEND="${RDEPEND} =dev-lang/python-2* dev-util/pkgconfig + sys-devel/bison + sys-devel/flex x11-misc/makedepend >=x11-proto/dri2proto-2.2 >=x11-proto/glproto-1.4.11 |