diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:01:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:01:17 +0000 |
commit | 3fc66c9a61bfbbe0fc21baa500b354100ee6bee3 (patch) | |
tree | 564a57db0480539199e5239fb397f31159379e48 /x11-plugins/wmmsg | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-3fc66c9a61bfbbe0fc21baa500b354100ee6bee3.tar.gz historical-3fc66c9a61bfbbe0fc21baa500b354100ee6bee3.tar.bz2 historical-3fc66c9a61bfbbe0fc21baa500b354100ee6bee3.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-plugins/wmmsg')
-rw-r--r-- | x11-plugins/wmmsg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog index 5cfb7bab96f0..e31a30ab8bff 100644 --- a/x11-plugins/wmmsg/ChangeLog +++ b/x11-plugins/wmmsg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmsg -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.1 2003/04/15 17:11:19 liquidx Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.2 2004/04/26 14:59:56 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> wmmsg-1.0.ebuild: + Add die following econf for bug 48950 *wmmsg-1.0 (15 Apr 2003) diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild index 9cad75afe04e..60ffd9f8b7fc 100644 --- a/x11-plugins/wmmsg/wmmsg-1.0.ebuild +++ b/x11-plugins/wmmsg/wmmsg-1.0.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/wmmsg/wmmsg-1.0.ebuild,v 1.3 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.4 2004/04/26 14:59:56 agriffis Exp $ DESCRIPTION="wmmsg is a dockapp that informs you of new events, such as incoming chat messages, by displaying related icons and arrival times" HOMEPAGE="http://taxiway.swapspace.net/~matt/wmmsg/" @@ -15,7 +15,7 @@ DEPEND="virtual/x11 S=${WORKDIR}/${PN} src_compile() { - econf + econf || die "econf failed" emake || die } |