diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-07-21 16:29:36 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-07-21 16:29:36 +0000 |
commit | 1b1607a2667c96a441c67603f5380eded1f97f53 (patch) | |
tree | efc84e58246ccdd6b30e61114de49d70efd3847d /media-libs | |
parent | ppc/ppc64 stable wrt #373235 (diff) | |
download | gentoo-2-1b1607a2667c96a441c67603f5380eded1f97f53.tar.gz gentoo-2-1b1607a2667c96a441c67603f5380eded1f97f53.tar.bz2 gentoo-2-1b1607a2667c96a441c67603f5380eded1f97f53.zip |
Add sys-devel/{bison,flex} to DEPEND, for new glsl_compiler, bug 375793.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.11_rc2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 55ffcd2d46e6..0a573ae26111 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.348 2011/07/20 15:22:27 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.349 2011/07/21 16:29:36 mattst88 Exp $ + + 21 Jul 2011; Matt Turner <mattst88@gentoo.org> mesa-7.11_rc2.ebuild: + Add sys-devel/{bison,flex} to DEPEND, for new glsl_compiler, bug 375793. *mesa-7.11_rc2 (20 Jul 2011) diff --git a/media-libs/mesa/mesa-7.11_rc2.ebuild b/media-libs/mesa/mesa-7.11_rc2.ebuild index 3c25dec40e95..efd8c04f5c41 100644 --- a/media-libs/mesa/mesa-7.11_rc2.ebuild +++ b/media-libs/mesa/mesa-7.11_rc2.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.11_rc2.ebuild,v 1.1 2011/07/20 15:22:27 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11_rc2.ebuild,v 1.2 2011/07/21 16:29:36 mattst88 Exp $ EAPI=3 @@ -91,6 +91,8 @@ done DEPEND="${RDEPEND} =dev-lang/python-2* dev-util/pkgconfig + sys-devel/bison + sys-devel/flex x11-misc/makedepend x11-proto/inputproto >=x11-proto/xextproto-7.0.99.1 |