diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:28:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:28:04 +0000 |
commit | 6778ce2d5ab85e9ec120f2544c5a835cfeeaec90 (patch) | |
tree | 87fa1981f40a51e566f0e8661cfadc7aa1933527 /app-misc/workrave | |
parent | Version bumped. Closes 48723 (diff) | |
download | historical-6778ce2d5ab85e9ec120f2544c5a835cfeeaec90.tar.gz historical-6778ce2d5ab85e9ec120f2544c5a835cfeeaec90.tar.bz2 historical-6778ce2d5ab85e9ec120f2544c5a835cfeeaec90.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-misc/workrave')
-rw-r--r-- | app-misc/workrave/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/workrave/workrave-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/workrave/ChangeLog b/app-misc/workrave/ChangeLog index a6e6540a006b..c4969f5bc34f 100644 --- a/app-misc/workrave/ChangeLog +++ b/app-misc/workrave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/workrave # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/ChangeLog,v 1.13 2004/03/16 11:26:05 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/ChangeLog,v 1.14 2004/04/25 22:27:19 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> workrave-1.2.2.ebuild: + Add die following econf for bug 48950 16 Mar 2004; L. Boshell <leonardop@gentoo.org> workrave-1.4.0-r1.ebuild, workrave-1.4.1.ebuild: diff --git a/app-misc/workrave/workrave-1.2.2.ebuild b/app-misc/workrave/workrave-1.2.2.ebuild index 5a05eff496ee..50abd817c924 100644 --- a/app-misc/workrave/workrave-1.2.2.ebuild +++ b/app-misc/workrave/workrave-1.2.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-misc/workrave/workrave-1.2.2.ebuild,v 1.5 2004/03/16 11:26:05 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.2.2.ebuild,v 1.6 2004/04/25 22:27:19 agriffis Exp $ DESCRIPTION="Helpful utility to attack Repetitive Strain Injury (RSI)" HOMEPAGE="http://workrave.sourceforge.net/" @@ -32,7 +32,7 @@ src_compile() { #use gnome && myconf="${myconf} --enable-gnome --enable-gconf" use xml2 && myconf="${myconf} --enable-xml" - econf ${myconf} + econf ${myconf} || die "econf failed" # emake will bring nothing but trouble if you're using the `nls' USE # var |