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 | |
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')
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index ac1e33e3756a..a5b0dafe7849 100644 --- a/dev-libs/gobject-introspection/ChangeLog +++ b/dev-libs/gobject-introspection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/gobject-introspection # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.39 2011/07/09 19:03:28 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.40 2011/08/14 04:46:55 nirbheek Exp $ + + 14 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + gobject-introspection-0.10.8.ebuild: + DEPEND on virtual/yacc since bison is no longer in the system set, bug 378535 09 Jul 2011; Matt Turner <mattst88@gentoo.org> gobject-introspection-0.10.8.ebuild: 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 )" |