diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-09-20 19:53:20 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-09-20 19:53:20 +0000 |
commit | 0bfbcc3a8ef1d9998206c2c49c1cec3da1b251d1 (patch) | |
tree | db64b0b8eb286c3fb6762392be460ad7e19abb67 /dev-libs | |
parent | Drop weird dep on subtitle editor that is not needed. (diff) | |
download | gentoo-2-0bfbcc3a8ef1d9998206c2c49c1cec3da1b251d1.tar.gz gentoo-2-0bfbcc3a8ef1d9998206c2c49c1cec3da1b251d1.tar.bz2 gentoo-2-0bfbcc3a8ef1d9998206c2c49c1cec3da1b251d1.zip |
Add missing dependency on bison, bug 382987
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-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 be167942addd..71125448f5cf 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.42 2011/09/12 08:59:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.43 2011/09/20 19:53:20 mattst88 Exp $ + + 20 Sep 2011; Matt Turner <mattst88@gentoo.org> + gobject-introspection-0.10.8.ebuild: + Add missing dependency on bison, bug 382987 12 Sep 2011; Pacho Ramos <pacho@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 afd24e517c60..65d075aaef31 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.15 2011/09/12 08:59:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild,v 1.16 2011/09/20 19:53:20 mattst88 Exp $ EAPI="3" GCONF_DEBUG="no" @@ -21,6 +21,7 @@ RDEPEND=">=dev-libs/glib-2.24:2 virtual/libffi" DEPEND="${RDEPEND} dev-util/pkgconfig + sys-devel/bison sys-devel/flex virtual/yacc doc? ( >=dev-util/gtk-doc-1.12 ) |