diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-06-26 18:54:00 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-06-26 18:54:00 +0000 |
commit | 7a03415c5f06c7fc535f047c7edb4c1d2c88cd91 (patch) | |
tree | 81af8c6611b1c7f48aee7ac63ec0931d6cdb0423 /dev-db/mytop/mytop-1.4.ebuild | |
parent | Added ~sparc and ~alpha (Manifest recommit) (diff) | |
download | gentoo-2-7a03415c5f06c7fc535f047c7edb4c1d2c88cd91.tar.gz gentoo-2-7a03415c5f06c7fc535f047c7edb4c1d2c88cd91.tar.bz2 gentoo-2-7a03415c5f06c7fc535f047c7edb4c1d2c88cd91.zip |
Added missing dependencies
Diffstat (limited to 'dev-db/mytop/mytop-1.4.ebuild')
-rw-r--r-- | dev-db/mytop/mytop-1.4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-db/mytop/mytop-1.4.ebuild b/dev-db/mytop/mytop-1.4.ebuild index 606da8e65083..639358574fac 100644 --- a/dev-db/mytop/mytop-1.4.ebuild +++ b/dev-db/mytop/mytop-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.2 2004/06/24 21:58:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.3 2004/06/26 18:54:00 stuart Exp $ IUSE="" inherit perl-module IUSE="" @@ -12,7 +12,9 @@ LICENSE="Artistic | GPL-2" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" DEPEND="dev-perl/DBD-mysql dev-perl/Getopt-Long - dev-perl/TermReadKey" + dev-perl/TermReadKey + dev-perl/Term-ANSIColor + dev-perl/Time-HiRes" src_install() { perl-module_src_install |