diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-03-25 16:09:31 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-03-25 16:09:31 +0000 |
commit | fc18879bfc488c3e985b724c478bbce8cb61c613 (patch) | |
tree | 9f679e676c1041034f98ea486bbd393933189590 /dev-perl/Net-PcapUtils | |
parent | ia64/sparc stable wrt #219373 (diff) | |
download | historical-fc18879bfc488c3e985b724c478bbce8cb61c613.tar.gz historical-fc18879bfc488c3e985b724c478bbce8cb61c613.tar.bz2 historical-fc18879bfc488c3e985b724c478bbce8cb61c613.zip |
Drop ia64/sparc
Package-Manager: portage-2.1.10.49/cvs/Linux ia64
RepoMan-Options: --force
Diffstat (limited to 'dev-perl/Net-PcapUtils')
-rw-r--r-- | dev-perl/Net-PcapUtils/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Net-PcapUtils/ChangeLog b/dev-perl/Net-PcapUtils/ChangeLog index f7587c13abc8..b50c0e610d57 100644 --- a/dev-perl/Net-PcapUtils/ChangeLog +++ b/dev-perl/Net-PcapUtils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Net-PcapUtils -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-PcapUtils/ChangeLog,v 1.17 2011/09/04 11:23:43 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-PcapUtils/ChangeLog,v 1.18 2012/03/25 16:08:47 armin76 Exp $ + + 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> Net-PcapUtils-0.10.0.ebuild: + Drop ia64/sparc 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Net-PcapUtils-0.01.ebuild: Cleanup diff --git a/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0.ebuild b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0.ebuild index 1e06d92b496a..588cb662ca77 100644 --- a/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0.ebuild +++ b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.10.0.ebuild,v 1.2 2011/09/03 21:05:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0.ebuild,v 1.3 2012/03/25 16:08:47 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl Net::PcapUtils - Net::Pcap library utils" SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="dev-perl/Net-Pcap" |