diff options
-rw-r--r-- | dev-util/quilt/quilt-0.46.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/quilt/quilt-0.46.ebuild b/dev-util/quilt/quilt-0.46.ebuild index e90e155c6ce1..65a7ab9f5567 100644 --- a/dev-util/quilt/quilt-0.46.ebuild +++ b/dev-util/quilt/quilt-0.46.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/dev-util/quilt/quilt-0.46.ebuild,v 1.2 2007/03/07 11:15:54 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild,v 1.3 2007/03/26 20:03:49 vapier Exp $ inherit bash-completion eutils @@ -22,9 +22,10 @@ RDEPEND="sys-apps/ed RESTRICT="test" pkg_setup() { + use graphviz && return 0 echo - elog "If you intend to use the folding functionality (graphical illustration of the patch stack)" - elog "then you'll need to remerge this package with USE=graphviz." + elog "If you intend to use the folding functionality (graphical illustration of the" + elog "patch stack) then you'll need to remerge this package with USE=graphviz." echo epause 5 } |