summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-07-21 14:51:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-07-21 14:51:01 +0000
commitaf2dbb03100bf4ee3c3642502b7c1349252b2529 (patch)
tree5c888e77b6c89e3c6679b3fc2e5a0b08128c3141 /app-shells/bashish
parentAdd a python 2.6 compat patch; bug #232378 (diff)
downloadgentoo-2-af2dbb03100bf4ee3c3642502b7c1349252b2529.tar.gz
gentoo-2-af2dbb03100bf4ee3c3642502b7c1349252b2529.tar.bz2
gentoo-2-af2dbb03100bf4ee3c3642502b7c1349252b2529.zip
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-shells/bashish')
-rw-r--r--app-shells/bashish/bashish-2.0.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bashish/bashish-2.0.7.ebuild b/app-shells/bashish/bashish-2.0.7.ebuild
index 09b2aafcbf6c..06612b1f592c 100644
--- a/app-shells/bashish/bashish-2.0.7.ebuild
+++ b/app-shells/bashish/bashish-2.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.0.7.ebuild,v 1.1 2008/07/21 05:26:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.0.7.ebuild,v 1.2 2008/07/21 14:51:01 mr_bones_ Exp $
DESCRIPTION="Text console theme engine"
HOMEPAGE="http://bashish.sourceforge.net/"
@@ -15,4 +15,4 @@ DEPEND=">=dev-util/dialog-1.0"
src_install() {
emake DESTDIR=${D} install || die "emake install failed"
-}
+}