summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2003-01-14 08:36:11 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2003-01-14 08:36:11 +0000
commit600c3ec544682bccabb870ca4fdbbfc0452a0d1a (patch)
treef9b69929e4df5ada022ab4238f906e3ab6644fe2 /app-crypt/gringotts
parentversion bump of libpng-10 (diff)
downloadgentoo-2-600c3ec544682bccabb870ca4fdbbfc0452a0d1a.tar.gz
gentoo-2-600c3ec544682bccabb870ca4fdbbfc0452a0d1a.tar.bz2
gentoo-2-600c3ec544682bccabb870ca4fdbbfc0452a0d1a.zip
spacing fixes
Diffstat (limited to 'app-crypt/gringotts')
-rw-r--r--app-crypt/gringotts/gringotts-1.2.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/gringotts/gringotts-1.2.3.ebuild b/app-crypt/gringotts/gringotts-1.2.3.ebuild
index 2fcae1685b95..12b255897d46 100644
--- a/app-crypt/gringotts/gringotts-1.2.3.ebuild
+++ b/app-crypt/gringotts/gringotts-1.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.3.ebuild,v 1.2 2003/01/14 07:46:35 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.3.ebuild,v 1.3 2003/01/14 08:36:11 leonardop Exp $
DESCRIPTION="Utility that allows you to jot down sensitive data"
SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2"
@@ -21,9 +21,9 @@ DEPEND=">=dev-util/pkgconfig-0.12.0
src_compile() {
local myconf=""
- use X && myconf="--with-x" || myconf="--without-x"
+ use X && myconf="--with-x" || myconf="--without-x"
- econf ${myconf}
+ econf ${myconf}
emake || die "Compilation failed"
}