diff options
author | George Shapovalov <george@gentoo.org> | 2003-03-20 11:42:41 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-03-20 11:42:41 +0000 |
commit | f73ef9cd0b6531b261f178a0a9c18ee816aa81a6 (patch) | |
tree | 881d301ad597576627d8de0a53c517225931ee1b | |
parent | graphviz-1.9 does not build with gcc-2.x, disabled in corresponding rpofiles (diff) | |
download | gentoo-2-f73ef9cd0b6531b261f178a0a9c18ee816aa81a6.tar.gz gentoo-2-f73ef9cd0b6531b261f178a0a9c18ee816aa81a6.tar.bz2 gentoo-2-f73ef9cd0b6531b261f178a0a9c18ee816aa81a6.zip |
1.9 does not build with gcc-2.x, corrected DEPEND correspondingly (profiles are already modified)
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.9.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 75575cbad53d..a8e5d813ea82 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/graphviz # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.11 2003/03/19 12:24:43 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.12 2003/03/20 11:42:41 george Exp $ + + 19 Mar 2003; George Shapovalov <george@gentoo.org> graphviz-1.9.ebuild : + 1.9 cannot be built with gcc-2.95.x. (#16018) + added >=sys-devel/gcc-3.2* to DEPEND and <media-gfx/graphviz-1.9 to all gcc-2 based profiles 13 Mar 2003; Olivier Reisch <doctomoe@gentoo.org> graphviz-1.8.10-r3.ebuild : Marked ppc stable diff --git a/media-gfx/graphviz/graphviz-1.9.ebuild b/media-gfx/graphviz/graphviz-1.9.ebuild index eac1b45de8c9..e17e1eef370f 100644 --- a/media-gfx/graphviz/graphviz-1.9.ebuild +++ b/media-gfx/graphviz/graphviz-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.9.ebuild,v 1.1 2003/02/22 21:42:09 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.9.ebuild,v 1.2 2003/03/20 11:42:41 george Exp $ IUSE="tcltk" @@ -14,6 +14,7 @@ KEYWORDS="~x86 ~ppc" #Can use freetype-1.3 or 2.0, but not both DEPEND=">=sys-libs/zlib-1.1.3 + >=sys-devel/gcc-3.2* >=media-libs/libpng-1.2* >=media-libs/jpeg-6b media-libs/freetype |