diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 01:21:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 01:21:06 +0000 |
commit | 39cb2e3f62b137ab9938b0224ebdfcfb25100ec6 (patch) | |
tree | 30f29630ced561b738e35b1b150d3669c364e4fa /dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild | |
parent | add arm KEYWORD (diff) | |
download | gentoo-2-39cb2e3f62b137ab9938b0224ebdfcfb25100ec6.tar.gz gentoo-2-39cb2e3f62b137ab9938b0224ebdfcfb25100ec6.tar.bz2 gentoo-2-39cb2e3f62b137ab9938b0224ebdfcfb25100ec6.zip |
Add die following econf for bug 48950
Diffstat (limited to 'dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild')
-rw-r--r-- | dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild b/dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild index 7a45ad7ed28f..9ad2905142e4 100644 --- a/dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild +++ b/dev-python/gnome-python/gnome-python-1.4.4-r1.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-python/gnome-python/gnome-python-1.4.4-r1.ebuild,v 1.2 2004/04/01 01:36:40 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild,v 1.3 2004/04/26 01:21:06 agriffis Exp $ inherit gnome.org python @@ -29,7 +29,7 @@ src_unpack() { src_compile() { CFLAGS="${CFLAGS} `gnome-config capplet --cflags`" \ - econf + econf || die "econf failed" cd ${S}/pygnome emake || die |