diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:39:53 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:39:53 +0000 |
commit | 1cf67f3c44ea158e444d9a07975d7fe74df0e2c6 (patch) | |
tree | 5988dfc0700d3f40dc89ea53ad4d420a476598a0 /media-gfx | |
parent | Stable on x86 since it is a data-only ebuild and is required for marking d1x-... (diff) | |
download | gentoo-2-1cf67f3c44ea158e444d9a07975d7fe74df0e2c6.tar.gz gentoo-2-1cf67f3c44ea158e444d9a07975d7fe74df0e2c6.tar.bz2 gentoo-2-1cf67f3c44ea158e444d9a07975d7fe74df0e2c6.zip |
Dependency update: dev-util/guile -> dev-scheme/guile.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 67d53d077236..d5885ee5b15c 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.97 2007/01/07 13:31:52 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.98 2007/01/10 17:39:53 hkbst Exp $ + + 10 Jan 2007; <marijn@gentoo.org> graphviz-2.8-r2.ebuild: + Dependency update: dev-util/guile -> dev-scheme/guile. 07 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> graphviz-2.8-r2.ebuild: Fix python-2.5 related issue, bug 148656. diff --git a/media-gfx/graphviz/graphviz-2.8-r2.ebuild b/media-gfx/graphviz/graphviz-2.8-r2.ebuild index b868dbad04eb..d1666f954a50 100644 --- a/media-gfx/graphviz/graphviz-2.8-r2.ebuild +++ b/media-gfx/graphviz/graphviz-2.8-r2.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.8-r2.ebuild,v 1.8 2007/01/07 13:31:52 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.8-r2.ebuild,v 1.9 2007/01/10 17:39:53 hkbst Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -26,7 +26,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3 sys-libs/zlib cairo? ( >=x11-libs/libsvg-cairo-0.1.3 ) tcltk? ( >=dev-lang/tk-8.3 >=dev-lang/tcl-8.3 ) - guile? ( dev-util/guile ) + guile? ( dev-scheme/guile ) java? ( virtual/jdk ) perl? ( dev-lang/perl ) ocaml? ( dev-lang/ocaml ) |