summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 15:52:36 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 15:52:36 +0000
commitbfe3bff5ea5727572918ff05df76362ad750c6b3 (patch)
treeeddefcec9a3a45757fb63c6838a1047be608d867 /app-crypt/pinentry
parent- Filter -fno-default-inline for bug 42488 (mozilla-firefox fails to link due... (diff)
downloadgentoo-2-bfe3bff5ea5727572918ff05df76362ad750c6b3.tar.gz
gentoo-2-bfe3bff5ea5727572918ff05df76362ad750c6b3.tar.bz2
gentoo-2-bfe3bff5ea5727572918ff05df76362ad750c6b3.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r--app-crypt/pinentry/ChangeLog7
-rw-r--r--app-crypt/pinentry/pinentry-0.6.9.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog
index 1667613da498..7ed7311d8390 100644
--- a/app-crypt/pinentry/ChangeLog
+++ b/app-crypt/pinentry/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/pinentry
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.7 2004/02/28 08:13:54 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.8 2004/04/26 15:51:58 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> pinentry-0.6.9.ebuild:
+ Add die following econf for bug 48950
*pinentry-0.7.0 (28 Feb 2004)
diff --git a/app-crypt/pinentry/pinentry-0.6.9.ebuild b/app-crypt/pinentry/pinentry-0.6.9.ebuild
index 13bd70bdf721..f2aed699cb1e 100644
--- a/app-crypt/pinentry/pinentry-0.6.9.ebuild
+++ b/app-crypt/pinentry/pinentry-0.6.9.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/pinentry/pinentry-0.6.9.ebuild,v 1.2 2004/03/13 21:50:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.9.ebuild,v 1.3 2004/04/26 15:51:58 agriffis Exp $
DESCRIPTION="collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
HOMEPAGE="http://www.gnupg.org/aegypten/"
@@ -24,7 +24,7 @@ src_compile() {
$(use_enable gtk pinentry-gtk) \
$(use_enable ncurses pinentry-curses) \
$(use_enable ncurses fallback-curses) \
- --disable-dependency-tracking
+ --disable-dependency-tracking || die "econf failed"
make || die
}