diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2007-02-16 16:26:02 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2007-02-16 16:26:02 +0000 |
commit | 1d260a712d3a421e11564945b269d155f461c4fd (patch) | |
tree | 8b63f56f03c101a9a1621ad34db40da3cb7d941b /media-gfx/graphviz | |
parent | Version bump, bug 166969 (diff) | |
download | gentoo-2-1d260a712d3a421e11564945b269d155f461c4fd.tar.gz gentoo-2-1d260a712d3a421e11564945b269d155f461c4fd.tar.bz2 gentoo-2-1d260a712d3a421e11564945b269d155f461c4fd.zip |
Fix guile DEPEND, #135625
(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 | 9 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.8-r2.ebuild | 4 |
3 files changed, 15 insertions, 4 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index fce140472163..4e97e102c7ce 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.103 2007/02/15 18:24:37 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.104 2007/02/16 16:26:02 chrb Exp $ + + 16 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-2.8-r2.ebuild, + graphviz-2.12.ebuild: + Fix guile DEPEND, #135625 15 Feb 2007; Christian Faulhammer <opfer@gentoo.org> graphviz-2.12.ebuild: stable x86; bug 165460 diff --git a/media-gfx/graphviz/graphviz-2.12.ebuild b/media-gfx/graphviz/graphviz-2.12.ebuild index 00cdc8202a69..981b9b9a6f6d 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.2 2007/02/15 18:24:37 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.12.ebuild,v 1.3 2007/02/16 16:26:02 chrb Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -53,6 +53,13 @@ DEPEND="${RDEPEND} python? ( dev-lang/swig ) ruby? ( dev-lang/swig )" +pkg_setup() { + if use guile && has_version '>=dev-scheme/guile-1.8' && \ + ! built_with_use dev-scheme/guile deprecated; then + die "dev-scheme/guile must be built with deprecated" + fi +} + src_unpack() { unpack ${A} cd "${S}" diff --git a/media-gfx/graphviz/graphviz-2.8-r2.ebuild b/media-gfx/graphviz/graphviz-2.8-r2.ebuild index b2bcef403628..52e0538ccb64 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.11 2007/02/15 17:14:19 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.8-r2.ebuild,v 1.12 2007/02/16 16:26:02 chrb Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -27,7 +27,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3 cairo? ( >=x11-libs/libsvg-cairo-0.1.3 ) tk? ( >=dev-lang/tk-8.3 ) tcl? ( >=dev-lang/tcl-8.3 ) - guile? ( dev-scheme/guile ) + guile? ( <dev-scheme/guile-1.8 ) java? ( virtual/jdk ) perl? ( dev-lang/perl ) ocaml? ( dev-lang/ocaml ) |