--- libsigc++-1.2.5.ebuild 2006-12-13 17:17:41.000000000 +0100 +++ libsigc++-1.2.5.ebuild 2006-12-13 17:20:53.000000000 +0100 @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.2.5.ebuild,v 1.22 2006/07/06 01:01:42 vapier Exp $ +# $Header: $ DESCRIPTION="Typesafe callback system for standard C++" HOMEPAGE="http://libsigc.sourceforge.net/" @@ -12,8 +12,8 @@ IUSE="debug" RDEPEND="" -DEPEND="${RDEPEND} - amd64? ( >=sys-devel/automake-1.7 )" +DEPEND="=sys-devel/automake-1.7* + >=sys-devel/autoconf-2.59" src_unpack() { unpack ${A} @@ -39,7 +39,7 @@ src_install() { einstall || die - dodoc AUTHORS ChangeLog FEATURES IDEAS README INSTALL NEWS TODO + dodoc AUTHORS ChangeLog FEATURES IDEAS README NEWS TODO } pkg_postinst() {