diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-08-14 04:46:55 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-08-14 04:46:55 +0000 |
commit | 82b3e33d86b044c202c8c483385d9efbae13900e (patch) | |
tree | cca3d6c3f235ba23e60139f74b9125ddeaa95f98 /dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild | |
parent | USE=static-libs support, bug 378249 (diff) | |
download | gentoo-2-82b3e33d86b044c202c8c483385d9efbae13900e.tar.gz gentoo-2-82b3e33d86b044c202c8c483385d9efbae13900e.tar.bz2 gentoo-2-82b3e33d86b044c202c8c483385d9efbae13900e.zip |
DEPEND on virtual/yacc since bison is no longer in the system set, bug 378535
(Portage version: 2.2.0_alpha39_p14/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild')
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild index 3b2b4526ad27..46a7f0ff3ff1 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-0.10.8.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/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild,v 1.12 2011/07/09 19:03:28 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild,v 1.13 2011/08/14 04:46:55 nirbheek Exp $ EAPI="3" GCONF_DEBUG="no" @@ -21,6 +21,7 @@ RDEPEND=">=dev-libs/glib-2.24:2 DEPEND="${RDEPEND} dev-util/pkgconfig sys-devel/flex + virtual/yacc doc? ( >=dev-util/gtk-doc-1.12 ) test? ( x11-libs/cairo )" |