diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:37:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:37:13 +0000 |
commit | 109bb2d2585f1e41ba36aa120310040b7926d6e8 (patch) | |
tree | da0f407fff71463e36497e0dc494231f083eb2af /dev-db/gmyclient | |
parent | fixing a digest problem (diff) | |
download | gentoo-2-109bb2d2585f1e41ba36aa120310040b7926d6e8.tar.gz gentoo-2-109bb2d2585f1e41ba36aa120310040b7926d6e8.tar.bz2 gentoo-2-109bb2d2585f1e41ba36aa120310040b7926d6e8.zip |
Add die following econf for bug 48950
Diffstat (limited to 'dev-db/gmyclient')
-rw-r--r-- | dev-db/gmyclient/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/gmyclient/gmyclient-0.3.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-db/gmyclient/ChangeLog b/dev-db/gmyclient/ChangeLog index 9b9f1da4b085..28616452dc29 100644 --- a/dev-db/gmyclient/ChangeLog +++ b/dev-db/gmyclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/gmyclient -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/ChangeLog,v 1.3 2003/05/25 10:55:51 liquidx Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/ChangeLog,v 1.4 2004/04/25 23:33:28 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> gmyclient-0.3.ebuild: + Add die following econf for bug 48950 25 May 2003; Alastair Tse <liquidx@gentoo.org> gmyclient-0.3.ebuild: fixed gnome desktop shortcut installation (#13932) diff --git a/dev-db/gmyclient/gmyclient-0.3.ebuild b/dev-db/gmyclient/gmyclient-0.3.ebuild index 0f5288655c47..2fdcc666c893 100644 --- a/dev-db/gmyclient/gmyclient-0.3.ebuild +++ b/dev-db/gmyclient/gmyclient-0.3.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/dev-db/gmyclient/gmyclient-0.3.ebuild,v 1.7 2004/03/14 13:19:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/gmyclient-0.3.ebuild,v 1.8 2004/04/25 23:33:28 agriffis Exp $ DESCRIPTION="Gnome based mysql client" SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" @@ -16,7 +16,7 @@ DEPEND=">=gnome-base/gnome-libs-1.2 =gnome-base/libglade-0*" src_compile() { - econf `use_enable nls` + econf `use_enable nls` || die "econf failed" emake || die } |