summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 03:21:10 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 03:21:10 +0000
commit7ac3db2880c6336e09ca043b4ec720784f9a25a1 (patch)
treed0bcaec13fe9df400fed7c54ae06c6ba48626706 /dev-perl/Event-RPC/Event-RPC-0.90.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-7ac3db2880c6336e09ca043b4ec720784f9a25a1.tar.gz
gentoo-2-7ac3db2880c6336e09ca043b4ec720784f9a25a1.tar.bz2
gentoo-2-7ac3db2880c6336e09ca043b4ec720784f9a25a1.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Event-RPC/Event-RPC-0.90.ebuild')
-rw-r--r--dev-perl/Event-RPC/Event-RPC-0.90.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-perl/Event-RPC/Event-RPC-0.90.ebuild b/dev-perl/Event-RPC/Event-RPC-0.90.ebuild
index 5fd23fa93090..462d74474305 100644
--- a/dev-perl/Event-RPC/Event-RPC-0.90.ebuild
+++ b/dev-perl/Event-RPC/Event-RPC-0.90.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/Event-RPC/Event-RPC-0.90.ebuild,v 1.4 2006/07/10 15:25:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Event-RPC/Event-RPC-0.90.ebuild,v 1.5 2006/08/05 03:21:10 mcummings Exp $
inherit perl-module
@@ -15,7 +15,9 @@ IUSE=""
SRC_TEST="do"
DEPEND="dev-perl/glib-perl
- dev-perl/IO-Socket-SSL
+ dev-perl/IO-Socket-SSL
dev-perl/Net-SSLeay
- dev-perl/Event"
-RDEPEND="${DEPEND}" \ No newline at end of file
+ dev-perl/Event
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
+