Diffstat (limited to 'www-misc/mergelog/mergelog-4.5.ebuild') (more/less context) (ignore whitespace changes)
-rw-r--r-- | www-misc/mergelog/mergelog-4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-misc/mergelog/mergelog-4.5.ebuild b/www-misc/mergelog/mergelog-4.5.ebuild index e3c14e7..6e33568 100644 --- a/www-misc/mergelog/mergelog-4.5.ebuild +++ b/www-misc/mergelog/mergelog-4.5.ebuild @@ -1,41 +1,41 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils autotools DESCRIPTION="A utility to merge apache logs in chronological order" SRC_URI="mirror://sourceforge/mergelog/${P}.tar.gz" HOMEPAGE="http://mergelog.sourceforge.net" IUSE="splitlog" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ppc ~amd64" +KEYWORDS="x86 ppc amd64" DEPEND=" virtual/libc splitlog? ( sys-devel/autoconf ) " src_unpack() { unpack $A cd $S if use splitlog ; then epatch ${FILESDIR}/${PN}-split.patch eautoreconf fi } src_compile() { econf || die "configure failed" emake || die "make failed" } src_install() { einstall dobin src/mergelog src/zmergelog doman man/*.1 dodoc AUTHORS COPYING README } |