diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2007-02-19 18:17:42 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2007-02-19 18:17:42 +0000 |
commit | 5925fef11f592be7e1b6582d317595c75ecf303b (patch) | |
tree | 53cf2d419b7a184405008fcf145bff7a3e6583a3 /media-gfx | |
parent | Stable for HPPA (bug #167573). (diff) | |
download | gentoo-2-5925fef11f592be7e1b6582d317595c75ecf303b.tar.gz gentoo-2-5925fef11f592be7e1b6582d317595c75ecf303b.tar.bz2 gentoo-2-5925fef11f592be7e1b6582d317595c75ecf303b.zip |
Add depend on glib, bug #167235
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.12.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index d9dc84de329c..6d00321116be 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/graphviz # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.106 2007/02/19 18:03:03 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.107 2007/02/19 18:17:42 chrb Exp $ + + 19 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-2.12.ebuild: + Add depend on glib, bug #167235 19 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-2.8-r2.ebuild, graphviz-2.12.ebuild: diff --git a/media-gfx/graphviz/graphviz-2.12.ebuild b/media-gfx/graphviz/graphviz-2.12.ebuild index 9bc8937fb837..ffc08d5be135 100644 --- a/media-gfx/graphviz/graphviz-2.12.ebuild +++ b/media-gfx/graphviz/graphviz-2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.12.ebuild,v 1.4 2007/02/19 18:03:03 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.12.ebuild,v 1.5 2007/02/19 18:17:42 chrb Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -23,6 +23,7 @@ RDEPEND=" >=media-libs/libpng-1.2.5 >=media-libs/jpeg-6b >=dev-libs/expat-1.95.5 + dev-libs/glib virtual/libiconv sys-devel/libtool media-libs/fontconfig |