diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-09-07 15:52:31 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-09-07 15:52:31 +0000 |
commit | 70c3d1185c210d955f0e5025858c19d6746435e9 (patch) | |
tree | cdd2277ac73429aa73c895e729b1c5961b174a11 /dev-perl/Net-Pcap | |
parent | Stable on sparc (diff) | |
download | gentoo-2-70c3d1185c210d955f0e5025858c19d6746435e9.tar.gz gentoo-2-70c3d1185c210d955f0e5025858c19d6746435e9.tar.bz2 gentoo-2-70c3d1185c210d955f0e5025858c19d6746435e9.zip |
Adding IO-Interface dependency
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-perl/Net-Pcap')
-rw-r--r-- | dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild b/dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild index 0f4e8456e626..c75b88069399 100644 --- a/dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild +++ b/dev-perl/Net-Pcap/Net-Pcap-0.14.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/Net-Pcap/Net-Pcap-0.14.ebuild,v 1.1 2006/09/07 12:46:01 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild,v 1.2 2006/09/07 15:52:31 yuval Exp $ inherit perl-module eutils @@ -9,6 +9,7 @@ SRC_URI="mirror://cpan/authors/id/S/SA/SAPER/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/dist/${P}" IUSE="" DEPEND="net-libs/libpcap + dev-perl/IO-Interface dev-lang/perl" RDEPEND="${DEPEND}" SLOT="0" |