summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-06-16 14:13:52 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-06-16 14:13:52 +0000
commit5f1e44e5746d5e89a096adc9ee4ea620d0f5456a (patch)
tree74de9a72bb69b53d99652caf678d8494690ffced /dev-perl/module-build
parentRemove orphaned local USE-flag libvisual for media-sound/audacious. Pointed o... (diff)
downloadgentoo-2-5f1e44e5746d5e89a096adc9ee4ea620d0f5456a.tar.gz
gentoo-2-5f1e44e5746d5e89a096adc9ee4ea620d0f5456a.tar.bz2
gentoo-2-5f1e44e5746d5e89a096adc9ee4ea620d0f5456a.zip
Bug 136928 - dep loop fixed
(Portage version: 2.1)
Diffstat (limited to 'dev-perl/module-build')
-rw-r--r--dev-perl/module-build/ChangeLog6
-rw-r--r--dev-perl/module-build/module-build-0.28.ebuild9
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog
index 1829b4ab9b3b..8b83d4c450f2 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.37 2006/06/14 16:50:55 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.38 2006/06/16 14:13:52 mcummings Exp $
+
+ 16 Jun 2006; Michael Cummings <mcummings@gentoo.org>
+ module-build-0.28.ebuild:
+ Bug 136928 - dep loop fixed
14 Jun 2006; <nixnut@gentoo.org> module-build-0.28.ebuild:
Stable on ppc; bug #136708
diff --git a/dev-perl/module-build/module-build-0.28.ebuild b/dev-perl/module-build/module-build-0.28.ebuild
index 45240e3f2560..6519cbb578d0 100644
--- a/dev-perl/module-build/module-build-0.28.ebuild
+++ b/dev-perl/module-build/module-build-0.28.ebuild
@@ -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-perl/module-build/module-build-0.28.ebuild,v 1.4 2006/06/14 16:50:55 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.28.ebuild,v 1.5 2006/06/16 14:13:52 mcummings Exp $
inherit perl-module
@@ -16,9 +16,12 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE=""
+# Removing these as hard deps. They are listed as recommended in the Build.PL,
+# but end up causing a dep loop since they require module-build to be built.
+# ~mcummings 06.16.06
+#>=dev-perl/ExtUtils-CBuilder-0.15
+#>=dev-perl/extutils-parsexs-1.02
DEPEND="dev-perl/yaml
- >=dev-perl/ExtUtils-CBuilder-0.15
- >=dev-perl/extutils-parsexs-1.02
>=dev-perl/Archive-Tar-1.09"
SRC_TEST="do"