diff options
author | 2006-08-05 14:22:05 +0000 | |
---|---|---|
committer | 2006-08-05 14:22:05 +0000 | |
commit | 30df0b67a3499e13686c6d88bc9a64603154f758 (patch) | |
tree | a75c03d95f3549448de553241db66df91ec70c02 /dev-perl/Mon/Mon-0.11-r2.ebuild | |
parent | ppc stable, bug #139998 (diff) | |
download | historical-30df0b67a3499e13686c6d88bc9a64603154f758.tar.gz historical-30df0b67a3499e13686c6d88bc9a64603154f758.tar.bz2 historical-30df0b67a3499e13686c6d88bc9a64603154f758.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Mon/Mon-0.11-r2.ebuild')
-rw-r--r-- | dev-perl/Mon/Mon-0.11-r2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/Mon/Mon-0.11-r2.ebuild b/dev-perl/Mon/Mon-0.11-r2.ebuild index 8555285114c1..0ba7da0a5010 100644 --- a/dev-perl/Mon/Mon-0.11-r2.ebuild +++ b/dev-perl/Mon/Mon-0.11-r2.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/Mon/Mon-0.11-r2.ebuild,v 1.10 2006/07/04 13:20:29 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mon/Mon-0.11-r2.ebuild,v 1.11 2006/08/05 14:05:37 mcummings Exp $ inherit perl-module @@ -16,7 +16,9 @@ IUSE="" DEPEND=">=net-analyzer/fping-2.2_beta1 >=dev-perl/Convert-BER-1.31 >=dev-perl/Net-Telnet-3.02 - >=dev-perl/Period-1.20" + >=dev-perl/Period-1.20 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="COPYING COPYRIGHT VERSION"
\ No newline at end of file +mydoc="COPYING COPYRIGHT VERSION" + |