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/sjog | |
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/sjog')
-rw-r--r-- | app-misc/sjog/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/sjog/sjog-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/sjog/ChangeLog b/app-misc/sjog/ChangeLog index 43c82d453de9..17bbec178c9f 100644 --- a/app-misc/sjog/ChangeLog +++ b/app-misc/sjog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/sjog # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sjog/ChangeLog,v 1.3 2004/03/14 10:53:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sjog/ChangeLog,v 1.4 2004/04/25 22:23:58 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> sjog-0.6.ebuild: + Add die following econf for bug 48950 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> sjog-0.6.ebuild: Don't assign default to S; header fix diff --git a/app-misc/sjog/sjog-0.6.ebuild b/app-misc/sjog/sjog-0.6.ebuild index 8f5b9cf8941f..eecbd0938b5e 100644 --- a/app-misc/sjog/sjog-0.6.ebuild +++ b/app-misc/sjog/sjog-0.6.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/sjog/sjog-0.6.ebuild,v 1.5 2004/03/14 10:53:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sjog/sjog-0.6.ebuild,v 1.6 2004/04/25 22:23:58 agriffis Exp $ DESCRIPTION="sjog - tool for the Sony Vaio jogdial" HOMEPAGE="http://sjog.sourceforge.net/" @@ -14,7 +14,7 @@ DEPEND="=x11-libs/gtk+-1.2* =dev-libs/glib-1.2*" src_compile() { - econf + econf || die "econf failed" emake || die } |