diff options
author | 2006-12-10 17:09:25 +0000 | |
---|---|---|
committer | 2006-12-10 17:09:25 +0000 | |
commit | db4a6e81d7736f25e7053f6386d45085a38db3d0 (patch) | |
tree | a57f28036cb300398c7d3e87cfd2744ac527988c /dev-db/mytop/mytop-1.4.ebuild | |
parent | fix faac dep (diff) | |
download | historical-db4a6e81d7736f25e7053f6386d45085a38db3d0.tar.gz historical-db4a6e81d7736f25e7053f6386d45085a38db3d0.tar.bz2 historical-db4a6e81d7736f25e7053f6386d45085a38db3d0.zip |
fix dev-db/mytop-1.4 - wrong perl-core/Getopt-Long dependency bug #157674, thanks Jakub
Package-Manager: portage-2.1.2_rc2-r5
Diffstat (limited to 'dev-db/mytop/mytop-1.4.ebuild')
-rw-r--r-- | dev-db/mytop/mytop-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mytop/mytop-1.4.ebuild b/dev-db/mytop/mytop-1.4.ebuild index ca0c6da6d00f..7df34d90bb2d 100644 --- a/dev-db/mytop/mytop-1.4.ebuild +++ b/dev-db/mytop/mytop-1.4.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-db/mytop/mytop-1.4.ebuild,v 1.15 2006/02/13 10:36:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.16 2006/12/10 17:09:25 vivo Exp $ inherit perl-app @@ -14,7 +14,7 @@ SLOT="0" IUSE="" DEPEND="dev-perl/DBD-mysql - perl-core/Getopt-Long + virtual/perl-Getopt-Long dev-perl/TermReadKey dev-perl/Term-ANSIColor virtual/perl-Time-HiRes |