summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 04:41:08 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 04:41:08 +0000
commit5277a40bfef89b9f9d63008d45b330d7c6a66385 (patch)
treee5511e111012a73f00db221b55cf2db828dbcdb2 /dev-perl
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-5277a40bfef89b9f9d63008d45b330d7c6a66385.tar.gz
gentoo-2-5277a40bfef89b9f9d63008d45b330d7c6a66385.tar.bz2
gentoo-2-5277a40bfef89b9f9d63008d45b330d7c6a66385.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/IO-Multiplex/ChangeLog6
-rw-r--r--dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-perl/IO-Multiplex/ChangeLog b/dev-perl/IO-Multiplex/ChangeLog
index e40f050bf390..e6b8428a7c3d 100644
--- a/dev-perl/IO-Multiplex/ChangeLog
+++ b/dev-perl/IO-Multiplex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/IO-Multiplex
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.14 2006/05/25 19:30:44 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.15 2006/08/05 04:41:08 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ IO-Multiplex-1.08.ebuild:
+ Adding perl dep; fixed DEPEND
25 May 2006; Guy Martin <gmsoft@gentoo.org> IO-Multiplex-1.08.ebuild:
Stable on hppa.
diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild
index 8f703e6fa8ec..6e8fc8934c97 100644
--- a/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild
+++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.08.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/IO-Multiplex/IO-Multiplex-1.08.ebuild,v 1.14 2006/05/25 19:30:44 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild,v 1.15 2006/08/05 04:41:08 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"