diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-26 20:03:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-26 20:03:49 +0000 |
commit | 11318ada7f17fe3ac3d4d36588ccc934da89959b (patch) | |
tree | ed67fe4662f7ceaf6183e437c15a1787c2d9c0ad /dev-util | |
parent | Remove virtual/x11 dep which was only alternative for x11-base/xorg-server. (diff) | |
download | gentoo-2-11318ada7f17fe3ac3d4d36588ccc934da89959b.tar.gz gentoo-2-11318ada7f17fe3ac3d4d36588ccc934da89959b.tar.bz2 gentoo-2-11318ada7f17fe3ac3d4d36588ccc934da89959b.zip |
cleanup pkg_setup graphical warning
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util')
-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 } |