diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:40:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:40:32 +0000 |
commit | 3d0dcf5ca4dbe9954f2a21932725246d93ea832e (patch) | |
tree | aafc42b31657d8df9a79f83456cbb6c97eab4f5c /media-gfx/graphviz | |
parent | sync IUSE (+nls), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-3d0dcf5ca4dbe9954f2a21932725246d93ea832e.tar.gz gentoo-2-3d0dcf5ca4dbe9954f2a21932725246d93ea832e.tar.bz2 gentoo-2-3d0dcf5ca4dbe9954f2a21932725246d93ea832e.zip |
don't dep on arch for gnuconfig_update
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r-- | media-gfx/graphviz/graphviz-1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/graphviz/graphviz-1.10.ebuild b/media-gfx/graphviz/graphviz-1.10.ebuild index 6fb209243bb4..1b404640daa9 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.15 2004/06/24 22:41:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.16 2004/07/14 17:40:32 agriffis Exp $ inherit gnuconfig @@ -28,7 +28,7 @@ src_unpack() { src_compile() { #if arch is mips, need gnuconfig tweak to build - use mips && gnuconfig_update + gnuconfig_update local myconf #if no tcltk, this will generate configure warnings, but will #compile without tcltk support |