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/IO-Multiplex/IO-Multiplex-1.08.ebuild
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/IO-Multiplex/IO-Multiplex-1.08.ebuild')
-rw-r--r--dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild6
1 files changed, 5 insertions, 1 deletions
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}"