diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:59:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:59:56 +0000 |
commit | 3a8a8794e5689d20d50b7e1e54464fa809846307 (patch) | |
tree | a44e639de7335507360a9877994f0262c826f4af /x11-plugins/astime | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-3a8a8794e5689d20d50b7e1e54464fa809846307.tar.gz gentoo-2-3a8a8794e5689d20d50b7e1e54464fa809846307.tar.bz2 gentoo-2-3a8a8794e5689d20d50b7e1e54464fa809846307.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-plugins/astime')
-rw-r--r-- | x11-plugins/astime/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/astime/astime-2.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/astime/ChangeLog b/x11-plugins/astime/ChangeLog index 28f14a05e6e7..d3b89249fa06 100644 --- a/x11-plugins/astime/ChangeLog +++ b/x11-plugins/astime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/astime -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/ChangeLog,v 1.2 2003/12/06 17:54:17 lanius Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/ChangeLog,v 1.3 2004/04/26 14:57:44 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> astime-2.8.ebuild: + Add die following econf for bug 48950 06 Dec 2003; Heinrich Wendel <lanius@gentoo.org> astime-2.8.ebuild: added ~amd64 diff --git a/x11-plugins/astime/astime-2.8.ebuild b/x11-plugins/astime/astime-2.8.ebuild index 2e870525ce16..51427ccc6ee0 100644 --- a/x11-plugins/astime/astime-2.8.ebuild +++ b/x11-plugins/astime/astime-2.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/astime-2.8.ebuild,v 1.6 2004/03/26 23:10:05 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/astime-2.8.ebuild,v 1.7 2004/04/26 14:57:44 agriffis Exp $ DESCRIPTION="Analogue clock utility for X Windows." HOMEPAGE="http://www.tigr.net/" @@ -17,7 +17,7 @@ src_compile() { local myconf use jpeg || myconf="--disable-jpeg" - econf $myconf + econf $myconf || die "econf failed" emake } |