diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2007-02-19 17:19:36 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2007-02-19 17:19:36 +0000 |
commit | 14f8ab054421107aafcb257123c021ee6276700d (patch) | |
tree | ae8f013dc8db835d9069793c8ef5386f235f6bcc /media-gfx/graphviz/graphviz-1.16-r1.ebuild | |
parent | Stable on ppc wrt bug 167634 (diff) | |
download | gentoo-2-14f8ab054421107aafcb257123c021ee6276700d.tar.gz gentoo-2-14f8ab054421107aafcb257123c021ee6276700d.tar.bz2 gentoo-2-14f8ab054421107aafcb257123c021ee6276700d.zip |
Remove unsupported 'dot -c', bug #130418
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-gfx/graphviz/graphviz-1.16-r1.ebuild')
-rw-r--r-- | media-gfx/graphviz/graphviz-1.16-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/media-gfx/graphviz/graphviz-1.16-r1.ebuild b/media-gfx/graphviz/graphviz-1.16-r1.ebuild index d0beb229d9e2..71d319e00208 100644 --- a/media-gfx/graphviz/graphviz-1.16-r1.ebuild +++ b/media-gfx/graphviz/graphviz-1.16-r1.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-1.16-r1.ebuild,v 1.6 2007/02/11 00:14:35 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.16-r1.ebuild,v 1.7 2007/02/19 17:19:36 chrb Exp $ inherit eutils flag-o-matic @@ -71,7 +71,3 @@ src_install() { dohtml -r . dodoc doc/*.pdf doc/Dot.ref } - -pkg_postinst() { - dot -c -} |