summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-08-14 04:46:55 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-08-14 04:46:55 +0000
commite7f655517710151c2f8ea88c3f3b0114e6c8e15b (patch)
treedd9e7b568bf1f2eb27d57a1ddeedd517ee234a4e /dev-libs/gobject-introspection
parentUSE=static-libs support, bug 378249 (diff)
downloadhistorical-e7f655517710151c2f8ea88c3f3b0114e6c8e15b.tar.gz
historical-e7f655517710151c2f8ea88c3f3b0114e6c8e15b.tar.bz2
historical-e7f655517710151c2f8ea88c3f3b0114e6c8e15b.zip
DEPEND on virtual/yacc since bison is no longer in the system set, bug 378535
Package-Manager: portage-2.2.0_alpha39_p14/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r--dev-libs/gobject-introspection/ChangeLog6
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild3
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 )"