--- /keeps/gentoo/bugs/app-portage/euses/euses-2.4.2.ebuild 2005-11-11 22:18:52.000000000 +0100 +++ /keeps/gentoo/portage/app-portage/euses/euses-2.4.2.ebuild 2005-11-19 19:42:31.000000000 +0100 @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/euses/euses-2.3.ebuild,v 1.1 2005/10/15 20:20:54 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/euses/euses-2.4.2.ebuild,v 1.1 2005/11/19 18:42:31 chainsaw Exp $ -inherit toolchain-funcs +inherit toolchain-funcs autotools DESCRIPTION="A small utility in C that quickly displays use flag descriptions" HOMEPAGE="http://www.xs4all.nl/~rooversj/gentoo" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~hppa" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="sys-devel/autoconf @@ -19,9 +19,7 @@ S="${WORKDIR}" src_compile() { - ebegin "Building configure script" - autoreconf &> /dev/null - eend $? + eautoreconf econf || die emake || die } @@ -29,5 +27,5 @@ src_install() { dobin ${PN} || die doman ${PN}.1 || die - dodoc Changelog ${PN}.php || die + dodoc ${PN}.c ${PN}.php || die }