diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-21 02:18:24 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-21 02:18:24 +0000 |
commit | 5e0d4bec886aafadbe848b0fdeb817175c306f0c (patch) | |
tree | a834c84958b2645ee1eee0c9eadd3c07b792f207 /media-gfx | |
parent | nick the patch from debian (bug #57372) (Manifest recommit) (diff) | |
download | gentoo-2-5e0d4bec886aafadbe848b0fdeb817175c306f0c.tar.gz gentoo-2-5e0d4bec886aafadbe848b0fdeb817175c306f0c.tar.bz2 gentoo-2-5e0d4bec886aafadbe848b0fdeb817175c306f0c.zip |
stable on ppc64, bug #57163
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 2352ad1059c4..a6f5615f194c 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/graphviz # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.29 2004/06/24 22:41:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.30 2004/07/21 02:18:24 tgall Exp $ + + 20 Jul 2004; Tom Gall <tgall@gentoo.org> graphviz-1.10.ebuild: + stable on ppc64, bug #57163 05 Jun 2004; Stephen P. Becker <geoman@gentoo.org> graphviz-1.10.ebuild: Added gnuconfig tweak for mips. diff --git a/media-gfx/graphviz/graphviz-1.10.ebuild b/media-gfx/graphviz/graphviz-1.10.ebuild index 1b404640daa9..c010f4d9e666 100644 --- a/media-gfx/graphviz/graphviz-1.10.ebuild +++ b/media-gfx/graphviz/graphviz-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.16 2004/07/14 17:40:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.17 2004/07/21 02:18:24 tgall Exp $ inherit gnuconfig @@ -10,7 +10,7 @@ SRC_URI="http://www.graphviz.org/pub/graphviz/${P}.tar.gz" LICENSE="as-is | ATT" SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips ppc64" IUSE="tcltk" #Can use freetype-1.3 or 2.0, but not both |