diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-04 13:41:26 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-04 13:41:26 +0000 |
commit | de2cf93aaa00eaf397249226c68d715cea3e664d (patch) | |
tree | e0e79e0b7dcb8b8797451d8ab07dccd6b6101556 /dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild | |
parent | Fixed RDEPEND wrt bug #134781 (diff) | |
download | gentoo-2-de2cf93aaa00eaf397249226c68d715cea3e664d.tar.gz gentoo-2-de2cf93aaa00eaf397249226c68d715cea3e664d.tar.bz2 gentoo-2-de2cf93aaa00eaf397249226c68d715cea3e664d.zip |
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild')
-rw-r--r-- | dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild index 559ae4fc7ae5..86ae7ba5004b 100644 --- a/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild +++ b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.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-PcapUtils/Net-PcapUtils-0.01.ebuild,v 1.9 2006/03/30 23:07:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild,v 1.10 2006/07/04 13:41:26 ian Exp $ inherit perl-module @@ -9,6 +9,7 @@ SRC_URI="mirror://cpan/authors/id/T/TI/TIMPOTTER/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Net/${P}.readme" IUSE="" DEPEND="dev-perl/Net-Pcap" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ~ia64 ppc x86" +KEYWORDS="amd64 ~ia64 ppc x86"
\ No newline at end of file |