diff options
Diffstat (limited to 'x11-misc/xosview/xosview-1.8.0.ebuild')
-rw-r--r-- | x11-misc/xosview/xosview-1.8.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xosview/xosview-1.8.0.ebuild b/x11-misc/xosview/xosview-1.8.0.ebuild index bbad5ead9ca5..4a555590e770 100644 --- a/x11-misc/xosview/xosview-1.8.0.ebuild +++ b/x11-misc/xosview/xosview-1.8.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-misc/xosview/xosview-1.8.0.ebuild,v 1.1 2003/11/20 23:40:31 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.0.ebuild,v 1.2 2004/04/26 19:56:59 agriffis Exp $ DESCRIPTION="X11 operating system viewer" SRC_URI="http://www.ibiblio.org/pub/Linux/system/status/xstatus/${P}.tar.gz" @@ -26,7 +26,7 @@ src_compile() { epatch ${FILESDIR}/xosview-gcc-3.3.1.patch - econf + econf || die "econf failed" emake || die } |