diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:25:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:25:13 +0000 |
commit | deffe1b3ed36b544a966912574aa73157a7b4f78 (patch) | |
tree | f954b242fba579135ed1f505968061b9eb6423d7 /app-admin/xtail | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-deffe1b3ed36b544a966912574aa73157a7b4f78.tar.gz gentoo-2-deffe1b3ed36b544a966912574aa73157a7b4f78.tar.bz2 gentoo-2-deffe1b3ed36b544a966912574aa73157a7b4f78.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-admin/xtail')
-rw-r--r-- | app-admin/xtail/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/xtail/xtail-2.1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-admin/xtail/ChangeLog b/app-admin/xtail/ChangeLog index 3ad206e0007a..547614c5677b 100644 --- a/app-admin/xtail/ChangeLog +++ b/app-admin/xtail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/xtail -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/ChangeLog,v 1.5 2003/02/12 02:55:30 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/ChangeLog,v 1.6 2004/04/26 15:25:13 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xtail-2.1.ebuild: + Add die following econf for bug 48950 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-admin/xtail/xtail-2.1.ebuild b/app-admin/xtail/xtail-2.1.ebuild index a0c0c8809115..79356178fdab 100644 --- a/app-admin/xtail/xtail-2.1.ebuild +++ b/app-admin/xtail/xtail-2.1.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-admin/xtail/xtail-2.1.ebuild,v 1.13 2004/03/12 10:45:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.14 2004/04/26 15:25:13 agriffis Exp $ DESCRIPTION="Tail multiple logfiles at once, even if rotated." SRC_URI="http://www.unicom.com/sw/xtail/${P}.tar.gz" @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc" DEPEND="virtual/glibc" src_compile() { - econf + econf || die "econf failed" emake || die } |