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/wmmsg | |
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/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 } |