summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-10-23 20:09:54 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-10-23 20:09:54 +0000
commit5cb38abb334ccc7e2018994e57499275da87129f (patch)
tree0ab102f4d85f6c6a02c77141299b814314170096 /dev-perl
parentAdded new revision for testing which uses the brand-spankin-new games-mods.ec... (diff)
downloadgentoo-2-5cb38abb334ccc7e2018994e57499275da87129f.tar.gz
gentoo-2-5cb38abb334ccc7e2018994e57499275da87129f.tar.bz2
gentoo-2-5cb38abb334ccc7e2018994e57499275da87129f.zip
Bug 152331, missing dep on module-build
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Error/ChangeLog6
-rw-r--r--dev-perl/Error/Error-0.17.007.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-perl/Error/ChangeLog b/dev-perl/Error/ChangeLog
index d56c40cb0fff..a62557faa18c 100644
--- a/dev-perl/Error/ChangeLog
+++ b/dev-perl/Error/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Error
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.36 2006/10/23 18:52:13 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.37 2006/10/23 20:09:54 mcummings Exp $
+
+ 23 Oct 2006; Michael Cummings <mcummings@gentoo.org>
+ Error-0.17.007.ebuild:
+ Bug 152331, missing dep on module-build
23 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> Error-0.17.004.ebuild:
Stable on hppa
diff --git a/dev-perl/Error/Error-0.17.007.ebuild b/dev-perl/Error/Error-0.17.007.ebuild
index 4f02d8744950..e7e9db5fce7c 100644
--- a/dev-perl/Error/Error-0.17.007.ebuild
+++ b/dev-perl/Error/Error-0.17.007.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/Error/Error-0.17.007.ebuild,v 1.1 2006/10/21 16:50:54 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.17.007.ebuild,v 1.2 2006/10/23 20:09:54 mcummings Exp $
inherit versionator perl-module
@@ -17,6 +17,8 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
-DEPEND="dev-lang/perl"
+DEPEND="dev-lang/perl
+ dev-perl/module-build"
+RDEPEND="dev-lang/perl"
SRC_TEST="do"