diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2007-02-19 18:03:03 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2007-02-19 18:03:03 +0000 |
commit | 773aa92cba5949480fd1d725d823be72e4878889 (patch) | |
tree | e16d7622c80140ca8acfa96d9e682575ee70cb2f /media-gfx/graphviz | |
parent | Stable on ppc wrt bug 167508 (diff) | |
download | gentoo-2-773aa92cba5949480fd1d725d823be72e4878889.tar.gz gentoo-2-773aa92cba5949480fd1d725d823be72e4878889.tar.bz2 gentoo-2-773aa92cba5949480fd1d725d823be72e4878889.zip |
Depend on swig-1.3.31 when using lua or ocaml binding, bug #161600
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.12.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.8-r2.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 4dae655f29ab..d9dc84de329c 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,10 @@ # 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.105 2007/02/19 17:19:36 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.106 2007/02/19 18:03:03 chrb Exp $ + + 19 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-2.8-r2.ebuild, + graphviz-2.12.ebuild: + Depend on swig-1.3.31 when using lua or ocaml binding, bug #161600 19 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-1.16-r1.ebuild: Remove unsupported 'dot -c', bug #130418 diff --git a/media-gfx/graphviz/graphviz-2.12.ebuild b/media-gfx/graphviz/graphviz-2.12.ebuild index 981b9b9a6f6d..9bc8937fb837 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.3 2007/02/16 16:26:02 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.12.ebuild,v 1.4 2007/02/19 18:03:03 chrb Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -47,8 +47,8 @@ DEPEND="${RDEPEND} guile? ( dev-lang/swig ) java? ( dev-lang/swig ) perl? ( dev-lang/swig ) - ocaml? ( dev-lang/swig ) - lua? ( dev-lang/swig ) + ocaml? ( >=dev-lang/swig-1.3.31 ) + lua? ( >=dev-lang/swig-1.3.31 ) php? ( dev-lang/swig ) python? ( dev-lang/swig ) ruby? ( dev-lang/swig )" diff --git a/media-gfx/graphviz/graphviz-2.8-r2.ebuild b/media-gfx/graphviz/graphviz-2.8-r2.ebuild index 52e0538ccb64..2dfac0208643 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.12 2007/02/16 16:26:02 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.8-r2.ebuild,v 1.13 2007/02/19 18:03:03 chrb Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -45,8 +45,8 @@ DEPEND="${RDEPEND} guile? ( dev-lang/swig ) java? ( dev-lang/swig ) perl? ( dev-lang/swig ) - ocaml? ( dev-lang/swig ) - lua? ( dev-lang/swig ) + ocaml? ( >=dev-lang/swig-1.3.31 ) + lua? ( >=dev-lang/swig-1.3.31 ) php? ( dev-lang/swig ) python? ( dev-lang/swig ) ruby? ( dev-lang/swig )" |