summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 15:42:15 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 15:42:15 +0000
commitc2fbb72899bac5079793d07b7a11db43e6923b70 (patch)
treee1e4a81fd378c51dc29289c5c737e484ad15f011 /app-crypt
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-c2fbb72899bac5079793d07b7a11db43e6923b70.tar.gz
gentoo-2-c2fbb72899bac5079793d07b7a11db43e6923b70.tar.bz2
gentoo-2-c2fbb72899bac5079793d07b7a11db43e6923b70.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gringotts/ChangeLog5
-rw-r--r--app-crypt/gringotts/gringotts-0.6.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/gringotts/ChangeLog b/app-crypt/gringotts/ChangeLog
index bdbf15c866a5..c02787acfed0 100644
--- a/app-crypt/gringotts/ChangeLog
+++ b/app-crypt/gringotts/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/gringotts
# Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.14 2004/04/18 18:05:12 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.15 2004/04/26 15:42:15 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> gringotts-0.6.2.ebuild:
+ Add die following econf for bug 48950
18 Apr 2004; L. Boshell <liquidx@gentoo.org> gringotts-1.2.8.ebuild:
Marked stable on x86. Remove GTK_DISABLE_DEPRECATED macro from Makefile,
diff --git a/app-crypt/gringotts/gringotts-0.6.2.ebuild b/app-crypt/gringotts/gringotts-0.6.2.ebuild
index 563f76ee5d14..2819973e2eb2 100644
--- a/app-crypt/gringotts/gringotts-0.6.2.ebuild
+++ b/app-crypt/gringotts/gringotts-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.6.2.ebuild,v 1.6 2004/01/25 12:30:28 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.6.2.ebuild,v 1.7 2004/04/26 15:42:15 agriffis Exp $
DESCRIPTION="Gringotts is a utility that allows you to jot down sensitive data"
SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2"
@@ -19,7 +19,7 @@ DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}