From 6cee52e881843b07a2d1939af3a8ab3093cd1a60 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Sat, 5 Jun 2004 13:23:46 +0000 Subject: dep fixes --- dev-perl/module-build/ChangeLog | 6 +++++- dev-perl/module-build/module-build-0.22.ebuild | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'dev-perl/module-build') diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog index 6ba301c60d88..d8ab011ca704 100644 --- a/dev-perl/module-build/ChangeLog +++ b/dev-perl/module-build/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/module-build # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.7 2004/05/26 09:13:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.8 2004/06/05 13:23:46 mcummings Exp $ + + 05 Jun 2004; Michael Cummings + module-build-0.22.ebuild: + fixed archive-tar dep, missing deps 26 May 2004; Bryan Østergaard module-build-0.22.ebuild: Stable on alpha. diff --git a/dev-perl/module-build/module-build-0.22.ebuild b/dev-perl/module-build/module-build-0.22.ebuild index 873f17aad4e8..02888321d09e 100644 --- a/dev-perl/module-build/module-build-0.22.ebuild +++ b/dev-perl/module-build/module-build-0.22.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/dev-perl/module-build/module-build-0.22.ebuild,v 1.3 2004/05/26 09:13:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.22.ebuild,v 1.4 2004/06/05 13:23:46 mcummings Exp $ inherit perl-module @@ -16,6 +16,7 @@ KEYWORDS="~x86 alpha ~hppa ~mips ~ppc ~sparc ~amd64" DEPEND="dev-perl/module-info dev-perl/yaml - >=dev-perl/Archive-Tar-1*" + dev-perl/extutils-parsexs + >=dev-perl/Archive-Tar-1.09" style="builder" -- cgit v1.2.3-65-gdbad