diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:41:08 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:41:08 +0000 |
commit | 5277a40bfef89b9f9d63008d45b330d7c6a66385 (patch) | |
tree | e5511e111012a73f00db221b55cf2db828dbcdb2 /dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-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.ebuild | 6 |
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}" |