summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-09-05 07:16:38 +0000
committerDonny Davies <woodchip@gentoo.org>2001-09-05 07:16:38 +0000
commit32a6fd938e175054b4581332b0817a0aabfa1fae (patch)
tree53659f6c395076a80b26c58aee9c5441fc72d0f1 /app-admin/mon
parentOK this one has rc5 and rc6 versions now. It compiles and installs (diff)
downloadhistorical-32a6fd938e175054b4581332b0817a0aabfa1fae.tar.gz
historical-32a6fd938e175054b4581332b0817a0aabfa1fae.tar.bz2
historical-32a6fd938e175054b4581332b0817a0aabfa1fae.zip
oops forgot an RDEPEND
Diffstat (limited to 'app-admin/mon')
-rw-r--r--app-admin/mon/mon-0.38.20-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/mon/mon-0.38.20-r1.ebuild b/app-admin/mon/mon-0.38.20-r1.ebuild
index 4efebb5611a8..1b5750ea3f6a 100644
--- a/app-admin/mon/mon-0.38.20-r1.ebuild
+++ b/app-admin/mon/mon-0.38.20-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-admin/mon/mon-0.38.20-r1.ebuild,v 1.5 2001/09/05 07:15:20 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mon/mon-0.38.20-r1.ebuild,v 1.6 2001/09/05 07:16:38 woodchip Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Highly configurable service monitoring daemon"
@@ -9,7 +9,8 @@ SRC_URI="ftp://ftp.kernel.org/pub/software/admin/mon/${P}.tar.bz2"
HOMEPAGE="http://www.kernel.org/software/mon/"
DEPEND="virtual/glibc"
-RDEPEND="$DEPEND >=dev-perl/Mon-0.9"
+RDEPEND=">=dev-perl/Mon-0.9
+ >=dev-perl/Time-HiRes-01.20"
src_compile() {