diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-14 21:48:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-14 21:48:02 +0000 |
commit | 8b475c0d7c58c2ddfcd8781192e457f3fc4e425b (patch) | |
tree | 4d5d6ab08922454f512d25f2af670fa37fa3840e /app-office | |
parent | sync IUSE (+quicktime) (diff) | |
download | gentoo-2-8b475c0d7c58c2ddfcd8781192e457f3fc4e425b.tar.gz gentoo-2-8b475c0d7c58c2ddfcd8781192e457f3fc4e425b.tar.bz2 gentoo-2-8b475c0d7c58c2ddfcd8781192e457f3fc4e425b.zip |
repoman: whitespace cleanup
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/grisbi/grisbi-0.5.0-r1.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-office/grisbi/grisbi-0.5.0-r1.ebuild b/app-office/grisbi/grisbi-0.5.0-r1.ebuild index 4a2ea0a34341..566753f98487 100644 --- a/app-office/grisbi/grisbi-0.5.0-r1.ebuild +++ b/app-office/grisbi/grisbi-0.5.0-r1.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/app-office/grisbi/grisbi-0.5.0-r1.ebuild,v 1.2 2004/07/14 21:35:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.0-r1.ebuild,v 1.3 2004/07/14 21:48:02 mr_bones_ Exp $ IUSE="print" @@ -21,22 +21,22 @@ RDEPEND="${DEPEND} dev-tex/latex-unicode )" pkg_setup() { - if ! use print; then + if ! use print; then echo - einfo - einfo "NOTE: The USE variable 'print' is not in your USE flags." - einfo "For printing support in grisbi, you will need to restart" + einfo + einfo "NOTE: The USE variable 'print' is not in your USE flags." + einfo "For printing support in grisbi, you will need to restart" einfo "the build with USE=\"print\"" - einfo - echo + einfo + echo for TICKER in 1 2 3 4 5; do echo -ne "\a" ; sleep 1 done - fi + fi } src_unpack() { - + unpack ${A} # Apply location patchs |