diff options
author | 2005-12-30 11:50:12 +0000 | |
---|---|---|
committer | 2005-12-30 11:50:12 +0000 | |
commit | 8566afbcf3db2abcf411030929320a1429bd1318 (patch) | |
tree | a9b670b22a0e5acc593e3588fd1d5e7349f290c4 /dev-db/mtop/mtop-0.6.6.ebuild | |
parent | Moving libnet to perl-core (diff) | |
download | historical-8566afbcf3db2abcf411030929320a1429bd1318.tar.gz historical-8566afbcf3db2abcf411030929320a1429bd1318.tar.bz2 historical-8566afbcf3db2abcf411030929320a1429bd1318.zip |
Migrating libnet to perl-core
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-db/mtop/mtop-0.6.6.ebuild')
-rw-r--r-- | dev-db/mtop/mtop-0.6.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mtop/mtop-0.6.6.ebuild b/dev-db/mtop/mtop-0.6.6.ebuild index 024bebfd90ac..d1347e3e422a 100644 --- a/dev-db/mtop/mtop-0.6.6.ebuild +++ b/dev-db/mtop/mtop-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6.ebuild,v 1.6 2005/11/28 12:17:42 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6.ebuild,v 1.7 2005/12/30 11:50:12 mcummings Exp $ inherit perl-app @@ -14,7 +14,7 @@ IUSE="" DEPEND="dev-perl/Curses dev-perl/DBI dev-perl/DBD-mysql - dev-perl/libnet" + perl-core/libnet" src_compile() { perl-app_src_prep || die "Perl module preparation failed." |