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
commitb40ed1074f7df24ed9ec3edbb2dc81b5775bafec (patch)
tree9d9fd34f5378c1262ad195179a092d86c7e07fc5 /app-crypt/gringotts/gringotts-1.2.3.ebuild
parentversion bump of libpng-10 (diff)
downloadhistorical-b40ed1074f7df24ed9ec3edbb2dc81b5775bafec.tar.gz
historical-b40ed1074f7df24ed9ec3edbb2dc81b5775bafec.tar.bz2
historical-b40ed1074f7df24ed9ec3edbb2dc81b5775bafec.zip
spacing fixes
Diffstat (limited to 'app-crypt/gringotts/gringotts-1.2.3.ebuild')
-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"
}