diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-02-20 19:38:21 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-02-20 19:38:21 +0000 |
commit | 7ff3a289e6e68cc988b36173a39c526bf39ab1ea (patch) | |
tree | 43431289e39bfbd0eff1b0c363e3f61b38f4b43a /dev-perl/Net-Pcap/Net-Pcap-0.11.ebuild | |
parent | Bug 122900, iuse use again (diff) | |
download | gentoo-2-7ff3a289e6e68cc988b36173a39c526bf39ab1ea.tar.gz gentoo-2-7ff3a289e6e68cc988b36173a39c526bf39ab1ea.tar.bz2 gentoo-2-7ff3a289e6e68cc988b36173a39c526bf39ab1ea.zip |
Removing virtual/libpcap wrt bug #117898
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-perl/Net-Pcap/Net-Pcap-0.11.ebuild')
-rw-r--r-- | dev-perl/Net-Pcap/Net-Pcap-0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Net-Pcap/Net-Pcap-0.11.ebuild b/dev-perl/Net-Pcap/Net-Pcap-0.11.ebuild index d7a456f442db..a732565be466 100644 --- a/dev-perl/Net-Pcap/Net-Pcap-0.11.ebuild +++ b/dev-perl/Net-Pcap/Net-Pcap-0.11.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.11.ebuild,v 1.1 2006/01/13 15:39:34 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.11.ebuild,v 1.2 2006/02/20 19:38:21 jokey Exp $ inherit perl-module @@ -8,7 +8,7 @@ DESCRIPTION="Perl Net::Pcap - Perl binding to the LBL pcap" SRC_URI="mirror://cpan/authors/id/S/SA/SAPER/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Net/${P}.readme" IUSE="" -DEPEND="virtual/libpcap" +DEPEND="net-libs/libpcap" SLOT="0" LICENSE="Artistic" KEYWORDS="~amd64 ~ppc ~sparc ~x86" |